C# Class Xwt.ColorImage

Inheritance: Xwt.Drawing.DrawingImage
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Méthodes publiques

Méthode Description
ColorImage ( Color color ) : System

Méthodes protégées

Méthode Description
OnDraw ( Xwt.Drawing.Context ctx, Xwt.Rectangle bounds ) : void

Method Details

ColorImage() public méthode

public ColorImage ( Color color ) : System
color Color
Résultat System

OnDraw() protected méthode

protected OnDraw ( Xwt.Drawing.Context ctx, Xwt.Rectangle bounds ) : void
ctx Xwt.Drawing.Context
bounds Xwt.Rectangle
Résultat void