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

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

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

Usage Example

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