Click or drag to resize

Vec2ToPointf Method

返回用户文档首页
将当前对象转换为 PointF 类型。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public PointF ToPointf()

Return Value

PointF
返回一个新的 PointF 对象,其 X 和 Y 坐标分别由当前对象的 X 和 Y 值转换而来(转换为浮点数类型)。
See Also