System::Drawing::Pen::set_EndCap method

Pen::set_EndCap method

Sets the ending line cap of the current Pen object.

void System::Drawing::Pen::set_EndCap(Drawing2D::LineCap value)
ParameterTypeDescription
valueDrawing2D::LineCapThe value to set

See Also