ImageMagick.DrawingSettings.NativeMethods.X64.DrawingSettings_BorderColor_Get C# (CSharp) Method

DrawingSettings_BorderColor_Get() private method

private DrawingSettings_BorderColor_Get ( IntPtr instance ) : IntPtr
instance System.IntPtr
return System.IntPtr
        public static extern IntPtr DrawingSettings_BorderColor_Get(IntPtr instance);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingSettings.NativeMethods.X64