AzimuthElevationMaskGraphics Class |
Namespace: AGI.Foundation.Cesium
The AzimuthElevationMaskGraphics type exposes the following members.
Name | Description | |
---|---|---|
AzimuthElevationMaskGraphics | Initializes a new instance. |
Name | Description | |
---|---|---|
Fill |
Gets or sets whether or not the mask is filled.
If not specified, the default is .
| |
Material |
Gets or sets the material used to fill the region.
If not specified, the default is a SolidColorMaterialGraphics with
Color set to White.
| |
NumberOfRings |
Gets or sets the number of rings to draw for the outline. Rings start from the outer edge and are equidistantly spaced towards the center.
If not specified, the default is 6.
| |
Outline |
Gets or sets whether or not the mask is outlined.
If not specified, the default is .
| |
OutlineColor |
Gets or sets the color of the outline.
If not specified, the default is Black.
| |
OutlineWidth |
Gets or sets the width of the outline.
If not specified, the default is 1.0.
| |
Projection |
Gets or sets how the mask is projected. This property must be specified, or the mask will not be displayed.
| |
ProjectionAltitude |
Gets or sets the altitude to use when
Projection is ProjectToAltitude.
| |
ProjectionRange |
Gets or sets the range to use when
Projection is ProjectToRange.
| |
Show |
Gets or sets whether or not the mask is shown.
If not specified, the default is .
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |