C# Class Cairo.FontOptions

Inheritance: IDisposable
显示文件 Open project: zwcloud/CairoSharp Class Usage Examples

Public Methods

Method Description
Copy ( ) : FontOptions
Dispose ( ) : void
Equals ( object other ) : bool
FontOptions ( ) : System
GetHashCode ( ) : int
Merge ( FontOptions other ) : void
operator ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CheckDisposed ( ) : void
Equals ( FontOptions options ) : bool
FontOptions ( IntPtr handle ) : System

Method Details

Copy() public method

public Copy ( ) : FontOptions
return FontOptions

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Equals() public method

public Equals ( object other ) : bool
other object
return bool

FontOptions() public method

public FontOptions ( ) : System
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

Merge() public method

public Merge ( FontOptions other ) : void
other FontOptions
return void

operator() public static method

public static operator ( ) : bool
return bool