Click or drag to resize
XDL

XvcTextBoxGetDefaultSize Method

XvcTextBox의 기본 크기를 가져온다.

Namespace: Pixoneer.NXDL.NVC
Assembly: NXDLvc (in NXDLvc.dll) Version: 3.0.0.1
Syntax
C#
public void GetDefaultSize(
	ref int nWidth,
	ref int nHeight
)

Parameters

nWidth  Int32
가로 크기
nHeight  Int32
세로 크기
See Also