VsTextMarker.IVsPackageDefinedTextMarkerType.DrawGlyphWithColors 方法

定义

 virtual int Microsoft.VisualStudio.TextManager.Interop.IVsPackageDefinedTextMarkerType.DrawGlyphWithColors(IntPtr hdc, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ rect, int markerType, Microsoft::VisualStudio::TextManager::Interop::IVsTextMarkerColorSet ^ markerColors, System::UInt32 glyphDrawFlags, int lineHeight) = Microsoft::VisualStudio::TextManager::Interop::IVsPackageDefinedTextMarkerType::DrawGlyphWithColors;
int IVsPackageDefinedTextMarkerType.DrawGlyphWithColors (IntPtr hdc, Microsoft.VisualStudio.OLE.Interop.RECT[] rect, int markerType, Microsoft.VisualStudio.TextManager.Interop.IVsTextMarkerColorSet markerColors, uint glyphDrawFlags, int lineHeight);
Function DrawGlyphWithColors (hdc As IntPtr, rect As RECT(), markerType As Integer, markerColors As IVsTextMarkerColorSet, glyphDrawFlags As UInteger, lineHeight As Integer) As Integer Implements IVsPackageDefinedTextMarkerType.DrawGlyphWithColors

参数

hdc
IntPtr
rect
RECT[]
markerType
Int32
markerColors
IVsTextMarkerColorSet
glyphDrawFlags
UInt32
lineHeight
Int32

返回

Int32

实现

适用于