C# Class Cairo.FontFace

Inheritance: IDisposable
ファイルを表示 Open project: zwcloud/CairoSharp Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FontFace ( IntPtr handle, bool owned ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CheckDisposed ( ) : void
Lookup ( IntPtr handle, bool owner ) : FontFace

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

FontFace() public method

public FontFace ( IntPtr handle, bool owned ) : System
handle System.IntPtr
owned bool
return System