set_StartCap()

Pen::set_StartCap(Drawing2D::LineCap) method

Sets the starting line cap of the current Pen object.

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

Arguments

ParameterTypeDescription
valueDrawing2D::LineCapThe value to set

See Also