PointGraphicsExtension Constructor (PointGraphics) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PointGraphicsExtension(
PointGraphics pointGraphics
)
Public Sub New (
pointGraphics As PointGraphics
)
public:
PointGraphicsExtension(
PointGraphics^ pointGraphics
)
new :
pointGraphics : PointGraphics -> PointGraphicsExtension
Parameters
- pointGraphics
- Type: AGI.Foundation.CesiumPointGraphics
The graphical properties of the point.
See Also