Click or drag to resize

Projection2DZoomOut Method

포인트 축소

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

Parameters

scale
Type: SystemInt32
축소 비율 : 100 ~ 1
updateData (Optional)
Type: SystemBoolean
Update Points

Return Value

Type: String
Path Geometry 형식 포인트
See Also