Click or drag to resize
XDL

XvcSymbolSetScale Method

객체의 크기 비율을 설정한다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public void SetScale(
	double sx,
	double sy
)

Parameters

sx
Type: SystemDouble
가로 방향 크기 조절 요인
sy
Type: SystemDouble
세로 방향 크기 조절 요인
See Also