Click or drag to resize
XDL

XvcSymbolGetScale Method

객체의 크기 비율을 가져온다.

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

Parameters

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