Beispiel #1
0
 internal SlicePoint2D(IntPoint intPoint)
 {
     this.X = intPoint.AsVector3().X;
     this.Y = intPoint.AsVector3().Y;
 }