SetStrokeCaps()

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

Arguments

ParameterTypeDescription
startCapLineCapThe start cap to set
endCapLineCapThe end cap to set

See Also