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

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

private cairo_device_get_type ( IntPtr device ) : DeviceType
device System.IntPtr
Результат DeviceType
        internal static extern DeviceType cairo_device_get_type(IntPtr device);
NativeMethods