ImageMagick.DrawingSettings.NativeMethods.X64.DrawingSettings_StrokeColor_Get C# (CSharp) Méthode

DrawingSettings_StrokeColor_Get() private méthode

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