Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static uint GetOutlineTextMetrics(
	IntPtr hdc,
	uint cbData,
	IntPtr ptrZero
)
Visual Basic
Public Shared Function GetOutlineTextMetrics ( _
	hdc As IntPtr, _
	cbData As UInteger, _
	ptrZero As IntPtr _
) As UInteger
Visual C++
public:
static unsigned int GetOutlineTextMetrics(
	IntPtr hdc, 
	unsigned int cbData, 
	IntPtr ptrZero
)

Parameters

hdc
Type: System..::..IntPtr
cbData
Type: System..::..UInt32
ptrZero
Type: System..::..IntPtr

See Also