C# Class Cairo.Win32Surface

Creates a new Win32Surface from a valid hdc
the format of this surface is Format.Rgb24
Inheritance: Surface
显示文件 Open project: zwcloud/CairoSharp Class Usage Examples

Public Methods

Method Description
Win32Surface ( IntPtr hdc ) : System

Private Methods

Method Description
Win32Surface ( IntPtr handle, bool owns ) : System

Method Details

Win32Surface() public method

public Win32Surface ( IntPtr hdc ) : System
hdc System.IntPtr
return System