VsTextMarker.IVsPackageDefinedTextMarkerType.DrawGlyphWithColors(IntPtr, RECT[], Int32, IVsTextMarkerColorSet, UInt32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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