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
[in]的 GLYPHDRAWFLAGSORing。
- hdc
-
IntPtr
nativeint
[in]裝置內容句柄。
- pRect
- RECT[]
[in]RECT 的指標。
- iLineHeight
- Int32
[in]線條高度。
傳回
如果方法成功,它會傳回 S_OK。 如果方法失敗,則會傳回錯誤碼。
備註
COM 簽章
從 textmgr.idl:
HRESULT IVsTextLayerMarker::DrawGlyphEx(
[in] DWORD dwFlags,
[in] HDC hdc,
[in] RECT *pRect,
[in] long iLineHeight
);