Click or drag to resize
XDL

XvcEllipseGetAxis Method

타원의 반경을 가져온다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public void GetAxis(
	ref double axis1,
	ref double axis2
)

Parameters

axis1
Type: SystemDouble
가로축 방향 반경
axis2
Type: SystemDouble
세로축 방향 반경
See Also