Declaration ​
pascal
TDashedBrush = class(TStrokeBrush)Description ​
TDashedBrush extends TStrokeBrush to render dashed line strokes. It splits input polygon paths into dashed line segments (BuildDashedLine) using a floating-point pattern array (DashArray) and starting offset (DashOffset) before stroking each segment.