ImageMagick.PointInfo.NativeMethods.X86.PointInfo_Y_Get C# (CSharp) Method

PointInfo_Y_Get() private method

private PointInfo_Y_Get ( IntPtr instance ) : double
instance System.IntPtr
return double
        public static extern double PointInfo_Y_Get(IntPtr instance);
      }
PointInfo.NativeMethods.X86