GraphicsOverlayFenceParameters constructor

GraphicsOverlayFenceParameters({
  1. required GraphicsOverlay graphicsOverlay,
  2. double bufferDistance = 0,
})

Creates a GraphicsOverlayFenceParameters using all of the graphics in the GraphicsOverlay buffered by the buffer distance.

Note that the GraphicsOverlayFenceParameters will respect any changes made to the supplied graphics overlay - for example, if a Graphic is removed or added to the original GraphicsOverlay, it will be added or removed as a fence.

Parameters: