C# Class Cairo.Pattern

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Lookup ( IntPtr pattern, bool owner ) : Pattern

Méthodes protégées

Méthode Description
CheckDisposed ( ) : void
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Pattern ( IntPtr handle, bool owned ) : System

Method Details

CheckDisposed() protected méthode

protected CheckDisposed ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

Lookup() public static méthode

public static Lookup ( IntPtr pattern, bool owner ) : Pattern
pattern System.IntPtr
owner bool
Résultat Pattern