ImageMagick.MagickGeometry.NativeMethods.X64.MagickGeometry_Width_Get C# (CSharp) Method

MagickGeometry_Width_Get() private method

private MagickGeometry_Width_Get ( IntPtr instance ) : double
instance System.IntPtr
return double
        public static extern double MagickGeometry_Width_Get(IntPtr instance);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]