Cairo.NativeMethods.cairo_fill_preserve C# (CSharp) Метод

cairo_fill_preserve() приватный Метод

private cairo_fill_preserve ( IntPtr cr ) : void
cr System.IntPtr
Результат void
        internal static extern void cairo_fill_preserve(IntPtr cr);

Usage Example

Пример #1
0
 public void FillPreserve()
 {
     NativeMethods.cairo_fill_preserve(state);
 }
All Usage Examples Of Cairo.NativeMethods::cairo_fill_preserve
NativeMethods