ImageMagick.ChannelPerceptualHash.NativeMethods.X64.ChannelPerceptualHash_GetSrgbHuPhash C# (CSharp) 메소드

ChannelPerceptualHash_GetSrgbHuPhash() 개인적인 메소드

private ChannelPerceptualHash_GetSrgbHuPhash ( IntPtr Instance, UIntPtr index ) : double
Instance System.IntPtr
index System.UIntPtr
리턴 double
        public static extern double ChannelPerceptualHash_GetSrgbHuPhash(IntPtr Instance, UIntPtr index);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]