IVsTextLayerMarker.DrawGlyphEx(UInt32, IntPtr, RECT[], Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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
);