IVsTextLayerMarker.DrawGlyphEx(UInt32, IntPtr, RECT[], Int32) メソッド

定義

指定した DC & RECT にグリフを描画します。

public:
 int DrawGlyphEx(System::UInt32 dwFlags, IntPtr hdc, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRect, int iLineHeight);
public int DrawGlyphEx (uint dwFlags, IntPtr hdc, Microsoft.VisualStudio.OLE.Interop.RECT[] pRect, int iLineHeight);
abstract member DrawGlyphEx : uint32 * nativeint * Microsoft.VisualStudio.OLE.Interop.RECT[] * int -> int
Public Function DrawGlyphEx (dwFlags As UInteger, hdc As IntPtr, pRect As RECT(), iLineHeight As Integer) As Integer

パラメーター

dwFlags
UInt32

[入力]の GLYPHDRAWFLAGSORing。

hdc
IntPtr

nativeint

[入力]デバイス コンテキスト ハンドル。

pRect
RECT[]

[入力]RECT へのポインター。

iLineHeight
Int32

[入力]線の高さ。

戻り値

メソッドが成功した場合は S_OK を返します。 失敗した場合はエラー コードを返します。

注釈

COM 署名

textmgr.idl から:

HRESULT IVsTextLayerMarker::DrawGlyphEx(  
   [in] DWORD dwFlags,  
   [in] HDC hdc,  
   [in] RECT *pRect,  
   [in] long iLineHeight  
);  

適用対象