DgnPoint

DgnPoint()

初始化DgnPointclass 的新实例

public DgnPoint()

也可以看看


DgnPoint(double, double)

初始化DgnPointclass 的新实例

public DgnPoint(double x, double y)
范围类型描述
xDoubleX 坐标
yDoubleY 坐标

也可以看看


DgnPoint(double, double, double)

初始化DgnPointclass 的新实例

public DgnPoint(double x, double y, double z)
范围类型描述
xDoubleX 坐标
yDoubleY 坐标
zDoubleZ 坐标

也可以看看