emitStrokableParts Method

Emit strokable parts of the curve to a caller-supplied handler. If the stroke options does not have a maxEdgeLength, one stroke is emitted for each segment of the linestring. If the stroke options has a maxEdgeLength, smaller segments are emitted as needed.

emitStrokableParts(handler: IStrokeHandler, options?: StrokeOptions): void

Parameter Type Description
handler IStrokeHandler  
options StrokeOptions  

Returns - void

Defined in

Last Updated: 19 April, 2024