set_EndCap()

Pen::set_EndCap(Drawing2D::LineCap) method

Sets the ending line cap of the current Pen object.

void System::Drawing::Pen::set_EndCap(Drawing2D::LineCap value)

Arguments

ParameterTypeDescription
valueDrawing2D::LineCapThe value to set

See Also