Method | Description | |
---|---|---|
DrawableFillRule ( FillRule fillRule ) |
Initializes a new instance of the DrawableFillRule class.
|
|
IDrawable ( IDrawingWand wand ) : void |
Draws this instance with the drawing wand.
|
public DrawableFillRule ( FillRule fillRule ) | ||
fillRule | FillRule | The rule to use when filling drawn objects. |
public IDrawable ( IDrawingWand wand ) : void | ||
wand | IDrawingWand | The want to draw on. |
return | void |