Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public GraphicalVector(
	Vector vector,
	Point locationPoint,
	VectorGraphics graphics
)

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