VsTextMarker.IVsPackageDefinedTextMarkerType.DrawGlyphWithColors(IntPtr, RECT[], Int32, IVsTextMarkerColorSet, UInt32, Int32) Method

Definition

 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);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsPackageDefinedTextMarkerType.DrawGlyphWithColors : nativeint * Microsoft.VisualStudio.OLE.Interop.RECT[] * int * Microsoft.VisualStudio.TextManager.Interop.IVsTextMarkerColorSet * uint32 * int -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsPackageDefinedTextMarkerType.DrawGlyphWithColors : nativeint * Microsoft.VisualStudio.OLE.Interop.RECT[] * int * Microsoft.VisualStudio.TextManager.Interop.IVsTextMarkerColorSet * uint32 * int -> int
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

Parameters

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

Returns

Int32

Implements

Applies to