RectangleSource Enumeration
Specifies which rectangle a RectangleClipOperator clips features with.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum RectangleSource
Values
Value name | Value | Description |
---|---|---|
UpdateArea | 0 | Indicates that features will be clipped with the area being updated by a View. This area can be smaller than the whole area displayed by a View. |
ViewArea | 1 | Indicates that features will be clipped with the whole area displayed by a View. |
Argument | 2 | Indicates that features will be clipped with the rectangle specified in RectangleClipOperator.Rectangle. |
Platforms
Windows, Linux, Android