C# Class ImageMagick.DrawablePolygon

Draws a polygon using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
DrawablePolygon ( ) : System.Collections.Generic

Initializes a new instance of the DrawablePolygon class.

DrawablePolygon ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the DrawablePolygon class.

Private Methods

Method Description
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawablePolygon() public method

Initializes a new instance of the DrawablePolygon class.
public DrawablePolygon ( ) : System.Collections.Generic
return System.Collections.Generic

DrawablePolygon() public method

Initializes a new instance of the DrawablePolygon class.
public DrawablePolygon ( IEnumerable coordinates ) : System.Collections.Generic
coordinates IEnumerable The coordinates.
return System.Collections.Generic