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

實作

適用於