ImageMagick.ChannelMoments.NativeMethods.X86.ChannelMoments_Centroid_Get C# (CSharp) Method

ChannelMoments_Centroid_Get() private method

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