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

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

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

Usage Example

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