CustomLineCap.SetStrokeCaps

CustomLineCap.SetStrokeCaps method

Sets the caps used to start and end lines that make up this custom cap.

public void SetStrokeCaps(LineCap startCap, LineCap endCap)
ParameterTypeDescription
startCapLineCapThe LineCap enumeration used at the beginning of a line within this cap.
endCapLineCapThe LineCap enumeration used at the end of a line within this cap.

See Also