VectorGraphics Class |
Namespace: AGI.Foundation.Cesium
The VectorGraphics type exposes the following members.
Name | Description | |
---|---|---|
VectorGraphics | Initializes a new instance. |
Name | Description | |
---|---|---|
Color |
Gets or sets the color of the vector.
If not specified, the default is White.
| |
Length |
Gets or sets the graphical length of the vector, in meters.
If not specified, the default is 1.0.
| |
MinimumLengthInPixels |
Gets or sets the minimum graphical length of the vector in pixels.
This causes the vector to be drawn at a fixed size if the Length
would result in a vector of a smaller size.
If not specified, the default is 0.0.
| |
Show |
Gets or sets whether or not the vector 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.) |