IVsTextLayerMarker.DrawGlyph(IntPtr, RECT[]) メソッド

定義

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

public:
 int DrawGlyph(IntPtr hdc, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRect);
public int DrawGlyph (IntPtr hdc, Microsoft.VisualStudio.OLE.Interop.RECT[] pRect);
abstract member DrawGlyph : nativeint * Microsoft.VisualStudio.OLE.Interop.RECT[] -> int
Public Function DrawGlyph (hdc As IntPtr, pRect As RECT()) As Integer

パラメーター

hdc
IntPtr

nativeint

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

pRect
RECT[]

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

戻り値

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

実装

注釈

COM 署名

textmgr.idl から:

HRESULT IVsTextLayerMarker::DrawGlyph(  
   [in] HDC hdc,  
   [in] RECT *pRect  
);  

適用対象