System::Drawing::Drawing2D::CustomLineCap::SetStrokeCaps method
CustomLineCap::SetStrokeCaps method
Sets the start and end line caps of the custom cap represented by the current object.
void System::Drawing::Drawing2D::CustomLineCap::SetStrokeCaps(LineCap startCap, LineCap endCap)
Parameter | Type | Description |
---|---|---|
startCap | LineCap | The start cap to set |
endCap | LineCap | The end cap to set |
See Also
- Enum LineCap
- Class CustomLineCap
- Namespace System::Drawing::Drawing2D
- Library Aspose.TeX for C++