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)
ParameterTypeDescription
startCapLineCap&The output argument; Contains the start cap
endCapLineCap&The output argument; Contains the end cap

See Also