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

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

private Device ( IntPtr handle ) : System
handle System.IntPtr
Результат System
        internal Device(IntPtr handle)
        {
            if (handle == IntPtr.Zero)
                throw new ArgumentException ("handle should not be NULL", "handle");

            this.handle = NativeMethods.cairo_device_reference (handle);
        }