C# Class Xwt.Drawing.VectorImage

Inheritance: Xwt.Drawing.DrawingImage
Mostrar archivo Open project: TheBrainTech/xwt

Public Methods

Method Description
VectorImage ( Size s, VectorImageData data ) : System

Protected Methods

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

Method Details

OnDraw() protected method

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

VectorImage() public method

public VectorImage ( Size s, VectorImageData data ) : System
s Size
data VectorImageData
return System