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

[in] 의 ORing입니다 GLYPHDRAWFLAGS.

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  
);  

적용 대상