CustomLineCap.GetStrokeCaps

CustomLineCap.GetStrokeCaps method

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

public void GetStrokeCaps(out LineCap startCap, out LineCap endCap)
ParameterTypeDescription
startCapLineCap&The LineCap enumeration used at the beginning of a line within this cap.
endCapLineCap&The LineCap enumeration used at the end of a line within this cap.

See Also