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

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

private cairo_surface_flush ( IntPtr surface ) : void
surface IntPtr
Результат void
        internal static extern void cairo_surface_flush(IntPtr surface);

Usage Example

Пример #1
0
 public void Flush()
 {
     NativeMethods.cairo_surface_flush(handle);
 }
All Usage Examples Of Cairo.NativeMethods::cairo_surface_flush
NativeMethods