GraphicalVector Constructor (Vector, VectorGraphics, Point) |
Initializes a new instance specifying all parameters.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GraphicalVector(
Vector vector,
VectorGraphics vectorGraphics,
Point locationPoint
)
Public Sub New (
vector As Vector,
vectorGraphics As VectorGraphics,
locationPoint As Point
)
public:
GraphicalVector(
Vector^ vector,
VectorGraphics^ vectorGraphics,
Point^ locationPoint
)
new :
vector : Vector *
vectorGraphics : VectorGraphics *
locationPoint : Point -> GraphicalVector
Parameters
- vector
- Type: AGI.Foundation.GeometryVector
The vector to draw. - vectorGraphics
- Type: AGI.Foundation.CesiumVectorGraphics
The vector graphics. - locationPoint
- Type: AGI.Foundation.GeometryPoint
The point where the vector will be drawn.
See Also