Example #1
0
 internal Point2F(InternalPoint2FStruct point2FStruct)
 {
     X = point2FStruct.x;
     Y = point2FStruct.y;
 }