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