ImageMagick.MagickRectangle.NativeMethods.X64.MagickRectangle_Width_Get C# (CSharp) Method

MagickRectangle_Width_Get() private method

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