LinkGraphics Class |
Namespace: AGI.Foundation.Cesium
The LinkGraphics type exposes the following members.
Name | Description | |
---|---|---|
![]() | LinkGraphics | Initializes a new instance. |
Name | Description | |
---|---|---|
![]() | ArcType |
Gets or sets the type of arc that should connect the positions of the line.
If not specified, the default value is None.
|
![]() | Granularity |
Gets or sets the granularity, in radians, used to compute the line.
If not specified, the default is RadiansPerDegree.
|
![]() | Material |
Gets or sets the material used to draw the line.
If not specified, the default is a SolidColorMaterialGraphics with
Color set to White.
|
![]() | Shadows |
Gets or sets whether or not the line casts or receives shadows.
If not specified, the default is Disabled.
|
![]() | Show |
Gets or sets whether or not the line is shown.
If not specified, the default is true.
|
![]() | Width |
Gets or sets the width of the line.
If not specified, the default is 1.0.
|
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.) |