ImageMagick.MagickGeometry.ToPoint C# (CSharp) Method

ToPoint() public method

Returns a PointD that represents the position of the current MagickGeometry.
public ToPoint ( ) : System.Drawing.PointD
return System.Drawing.PointD
    public PointD ToPoint()
    {
      return new PointD(X, Y);
    }