ImageMagick.PointInfo.PointInfo C# (CSharp) Method

PointInfo() private method

private PointInfo ( IntPtr instance ) : System
instance System.IntPtr
return System
    private PointInfo(IntPtr instance)
    {
      NativePointInfo nativeInstance = new NativePointInfo(instance);
      X = nativeInstance.X;
      Y = nativeInstance.Y;
    }