Version

Search Results

Pen Constructor(Color,Single,DashStyle,LineCap,LineJoin,Single)

Initializes a new instance of the Pen class. Syntax Parameters color Pen color.width Pen width.style Dash style.cap Line cap style.join Line join style.miterLimit Line miter limit.

Pen Constructor(Pen)

Initializes a new instance of the Pen class. Syntax Parameters pen Native pen.

Pen Constructor

Overload List

Point Class

Represents a point. Syntax

PointCollection Class

Represents a collection of points. Syntax

PointCollection Class Members

Public Constructors Public Properties Public Methods

Add(Single,Single) Method

Adds a point to the collection. Syntax Parameters x X-coordinate of the point.y Y-coordinate of the point.

Add Method (PointCollection)

Adds a point to the collection. Overload List