| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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 -> GraphicalVectorParameters
- 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
See Also