C# Class Cairo.Gradient

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

Méthodes publiques

Méthode Description
AddColorStop ( double offset, Color c ) : Status
AddColorStopRgb ( double offset, Color c ) : Status
AddColorStopRgba ( double offset, double r, double g, double b, double a ) : Status

Méthodes protégées

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

Method Details

AddColorStop() public méthode

public AddColorStop ( double offset, Color c ) : Status
offset double
c Color
Résultat Status

AddColorStopRgb() public méthode

public AddColorStopRgb ( double offset, Color c ) : Status
offset double
c Color
Résultat Status

AddColorStopRgba() public méthode

public AddColorStopRgba ( double offset, double r, double g, double b, double a ) : Status
offset double
r double
g double
b double
a double
Résultat Status

Gradient() protected méthode

protected Gradient ( IntPtr handle, bool owned ) : System
handle System.IntPtr
owned bool
Résultat System