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