Click or drag to resize
XDL

XvcTextBoxSetDefaultSize Method

XvcTextBox의 기본 크기를 설정한다(가로 140, 세로 40 이상의 값을 입력한다).

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

Parameters

nWidth
Type: SystemInt32

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

nHeight
Type: SystemInt32

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

See Also