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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Geometry.Vector
The vector to draw. - vectorGraphics
- Type: AGI.Foundation.Cesium.VectorGraphics
The vector graphics. - locationPoint
- Type: AGI.Foundation.Geometry.Point
The point where the vector will be drawn.
See Also