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