C# Class Pinta.Core.GdkExtensions

Afficher le fichier Open project: xxgreg/Pinta

Méthodes publiques

Méthode Description
Center ( this rect ) : Gdk.Point
GetBounds ( this w ) : Gdk.Rectangle
GetCairoColor ( this selection ) : Cairo.Color
Invalidate ( this w ) : void
ToBgraColor ( this color ) : ColorBgra
ToCairoColor ( this color ) : Cairo.Color

Method Details

Center() public static méthode

public static Center ( this rect ) : Gdk.Point
rect this
Résultat Gdk.Point

GetBounds() public static méthode

public static GetBounds ( this w ) : Gdk.Rectangle
w this
Résultat Gdk.Rectangle

GetCairoColor() public static méthode

public static GetCairoColor ( this selection ) : Cairo.Color
selection this
Résultat Cairo.Color

Invalidate() public static méthode

public static Invalidate ( this w ) : void
w this
Résultat void

ToBgraColor() public static méthode

public static ToBgraColor ( this color ) : ColorBgra
color this
Résultat ColorBgra

ToCairoColor() public static méthode

public static ToCairoColor ( this color ) : Cairo.Color
color this
Résultat Cairo.Color