ReferenceFrameGraphics Constructor (VectorGraphics, VectorGraphics, VectorGraphics, VectorGraphics, VectorGraphics, VectorGraphics) | 
 
            Initializes an instance with the provided 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)
Syntaxpublic ReferenceFrameGraphics(
	VectorGraphics positiveX,
	VectorGraphics positiveY,
	VectorGraphics positiveZ,
	VectorGraphics negativeX,
	VectorGraphics negativeY,
	VectorGraphics negativeZ
)
Public Sub New ( 
	positiveX As VectorGraphics,
	positiveY As VectorGraphics,
	positiveZ As VectorGraphics,
	negativeX As VectorGraphics,
	negativeY As VectorGraphics,
	negativeZ As VectorGraphics
)
public:
ReferenceFrameGraphics(
	VectorGraphics^ positiveX, 
	VectorGraphics^ positiveY, 
	VectorGraphics^ positiveZ, 
	VectorGraphics^ negativeX, 
	VectorGraphics^ negativeY, 
	VectorGraphics^ negativeZ
)
new : 
        positiveX : VectorGraphics * 
        positiveY : VectorGraphics * 
        positiveZ : VectorGraphics * 
        negativeX : VectorGraphics * 
        negativeY : VectorGraphics * 
        negativeZ : VectorGraphics -> ReferenceFrameGraphicsParameters
- positiveX
 - Type: AGI.Foundation.PlatformsVectorGraphics
The positive x-axis vector graphics. - positiveY
 - Type: AGI.Foundation.PlatformsVectorGraphics
The positive y-axis vector graphics. - positiveZ
 - Type: AGI.Foundation.PlatformsVectorGraphics
The positive z-axis vector graphics. - negativeX
 - Type: AGI.Foundation.PlatformsVectorGraphics
The negative x-axis vector graphics. - negativeY
 - Type: AGI.Foundation.PlatformsVectorGraphics
The negative y-axis vector graphics. - negativeZ
 - Type: AGI.Foundation.PlatformsVectorGraphics
The negative z-axis vector graphics. 
See Also