GetStrokeCaps()

CustomLineCap::GetStrokeCaps(LineCap&, LineCap&) 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)

Arguments

ParameterTypeDescription
startCapLineCap&The output argument; Contains the start cap
endCapLineCap&The output argument; Contains the end cap

See Also