C# Class Cairo.Surface

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

Méthodes publiques

Méthode Description
CreateSimilar ( Cairo content, int width, int height ) : Cairo.Surface
Dispose ( ) : void
Finish ( ) : Status
Flush ( ) : void
Lookup ( IntPtr surface, bool owned ) : Surface
MarkDirty ( ) : void
MarkDirty ( Rectangle rectangle ) : void
SetFallbackResolution ( double x, double y ) : void
WriteToPng ( string filename ) : void

Méthodes protégées

Méthode Description
CheckDisposed ( ) : void
Dispose ( bool disposing ) : void
Surface ( IntPtr handle, bool owner ) : System

Method Details

CheckDisposed() protected méthode

protected CheckDisposed ( ) : void
Résultat void

CreateSimilar() public méthode

public CreateSimilar ( Cairo content, int width, int height ) : Cairo.Surface
content Cairo
width int
height int
Résultat Cairo.Surface

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

Finish() public méthode

public Finish ( ) : Status
Résultat Status

Flush() public méthode

public Flush ( ) : void
Résultat void

Lookup() public static méthode

public static Lookup ( IntPtr surface, bool owned ) : Surface
surface System.IntPtr
owned bool
Résultat Surface

MarkDirty() public méthode

public MarkDirty ( ) : void
Résultat void

MarkDirty() public méthode

public MarkDirty ( Rectangle rectangle ) : void
rectangle Rectangle
Résultat void

SetFallbackResolution() public méthode

public SetFallbackResolution ( double x, double y ) : void
x double
y double
Résultat void

Surface() protected méthode

protected Surface ( IntPtr handle, bool owner ) : System
handle System.IntPtr
owner bool
Résultat System

WriteToPng() public méthode

public WriteToPng ( string filename ) : void
filename string
Résultat void