<< Click to Display Table of Contents >> NShape Reference
|
Constructs a polygon from the given cap style used for drawing the line cap's interior.
public static void GetCapPoints(ICapStyle capStyle, ILineStyle lineStyle, ref PointF[] capPoints) |
Constructs a polygon from the given cap style used for drawing the line cap's interior.
Name |
Description |
---|---|
capStyle |
Specifies the shape of the polygon. |
lineStyle |
Specifies the positioning of the polygon. |
capPoints |
A point array containong the polygon's vertices. If null, a new array will be created. |
Exception |
Condition |
---|---|
ArgumentNullException |
Any of the given styles is null. |