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

private cairo_fill_preserve ( IntPtr cr ) : void
cr System.IntPtr
Результат void
Пример #1
0
 public void FillPreserve()
 {
     NativeMethods.cairo_fill_preserve(state);
 }
Пример #2
0
 public void FillPreserve()
 {
     CheckDisposed();
     NativeMethods.cairo_fill_preserve(handle);
 }