RectangleClipOperator.PixelMargin Property
Gets or sets the margin that the clip rectangle will be extended by.
Syntax
public System.Int32 PixelMargin { get; set; }
Property Value
Default: 0
A margin, in pixels, that the clip rectangle is extended by.
Remarks
This property can be used to slightly increase the size the clip rectangle to avoid edge artifacts. A common use case is to add a small margin when clipping polygon features, otherwise a LineVisualizer that is applied to the clipped features will draw a line along a clipped edge which normally is not what you want.
Platforms
Windows, Linux, Android