BMAPI.Point2.Point2 C# (CSharp) Метод

Point2() публичный Метод

public Point2 ( ) : System
Результат System
        public Point2()
        {
            X = Y = 0;
        }

Same methods

Point2::Point2 ( float V ) : System
Point2::Point2 ( float X, float Y ) : System