Click or drag to resize
XDL

XvcTextBoxGetDefaultSize Method

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

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

Parameters

nWidth
Type: SystemInt32

[Missing <param name="nWidth"/> documentation for "M:Pixoneer.NXDL.NVC.XvcTextBox.GetDefaultSize(System.Int32@,System.Int32@)"]

nHeight
Type: SystemInt32

[Missing <param name="nHeight"/> documentation for "M:Pixoneer.NXDL.NVC.XvcTextBox.GetDefaultSize(System.Int32@,System.Int32@)"]

See Also