C# Class Cairo.FontOptions

Inheritance: IDisposable
Afficher le fichier Open project: zwcloud/CairoSharp Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CheckDisposed ( ) : void
Equals ( FontOptions options ) : bool
FontOptions ( IntPtr handle ) : System

Method Details

Copy() public méthode

public Copy ( ) : FontOptions
Résultat FontOptions

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

FontOptions() public méthode

public FontOptions ( ) : System
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Merge() public méthode

public Merge ( FontOptions other ) : void
other FontOptions
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool