C# Class Cairo.Gradient

Inheritance: Pattern
显示文件 Open project: zwcloud/CairoSharp Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Gradient ( IntPtr handle, bool owned ) : System

Method Details

AddColorStop() public method

public AddColorStop ( double offset, Color c ) : Status
offset double
c Color
return Status

AddColorStopRgb() public method

public AddColorStopRgb ( double offset, Color c ) : Status
offset double
c Color
return Status

AddColorStopRgba() public method

public AddColorStopRgba ( double offset, double r, double g, double b, double a ) : Status
offset double
r double
g double
b double
a double
return Status

Gradient() protected method

protected Gradient ( IntPtr handle, bool owned ) : System
handle System.IntPtr
owned bool
return System