YLScsDrawing.Geometry.Vector.ToPointF C# (CSharp) Method

ToPointF() public method

public ToPointF ( ) : PointF
return System.Drawing.PointF
        public PointF ToPointF()
        {
            return new PointF((float)_x, (float)_y);
        }