CustomLineCap.GetStrokeCaps
CustomLineCap.GetStrokeCaps method
Gets the caps used to start and end lines that make up this custom cap.
public void GetStrokeCaps(out LineCap startCap, out LineCap endCap)
Parameter | Type | Description |
---|---|---|
startCap | LineCap& | The LineCap enumeration used at the beginning of a line within this cap. |
endCap | LineCap& | The LineCap enumeration used at the end of a line within this cap. |
See Also
- enum LineCap
- class CustomLineCap
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing