SuperMap.WindowsPhone.Core.Point2D.Point2D C# (CSharp) Method

Point2D() public method

${WP_core_Point2D_constructor_Double_D}
public Point2D ( double x, double y ) : System
x double ${WP_core_Point2D_constructor_Double_param_x}
y double ${WP_core_Point2D_constructor_Double_param_y}
return System
        public Point2D(double x, double y)
            : this()
        {
            X = x;
            Y = y;
        }

Same methods

Point2D::Point2D ( ) : System