Click or drag to resize

Projection2DZoomOut Method

포인트 축소

Namespace: VIZCore3D.NET.Data
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public string ZoomOut(
	int scale,
	bool updateData = true
)

Parameters

scale  Int32
축소 비율 : 100 ~ 1
updateData  Boolean  (Optional)
Update Points

Return Value

String
Path Geometry 형식 포인트
See Also