C# Class Xwt.ColorImage

Inheritance: Xwt.Drawing.DrawingImage
Show file Open project: TheBrainTech/xwt Class Usage Examples

Public Methods

Method Description
ColorImage ( Color color ) : System

Protected Methods

Method Description
OnDraw ( Xwt.Drawing.Context ctx, Xwt.Rectangle bounds ) : void

Method Details

ColorImage() public method

public ColorImage ( Color color ) : System
color Color
return System

OnDraw() protected method

protected OnDraw ( Xwt.Drawing.Context ctx, Xwt.Rectangle bounds ) : void
ctx Xwt.Drawing.Context
bounds Xwt.Rectangle
return void