ImageMagick.MagickGeometry.ToPoint C# (CSharp) Метод

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

Returns a PointD that represents the position of the current MagickGeometry.
public ToPoint ( ) : System.Drawing.PointD
Результат System.Drawing.PointD
    public PointD ToPoint()
    {
      return new PointD(X, Y);
    }