ImageMagick.MagickGeometry.NativeMethods.X86.MagickGeometry_Width_Get C# (CSharp) 메소드

MagickGeometry_Width_Get() 개인적인 메소드

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