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

[in] 디바이스 컨텍스트 핸들입니다.

pRect
RECT[]

[in] RECT에 대한 포인터입니다.

반환

메서드가 성공하면 S_OK가 반환되고, 그렇지 않으면 오류 코드가 반환됩니다.

구현

설명

COM 서명

textmgr.idl에서:

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

적용 대상