Click or drag to resize

PointGraphicsParameter Constructor (Point, ReferenceFrame)

Initializes a new instance with the specified point and frame.

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 PointGraphicsParameter(
	Point point,
	ReferenceFrame inFrame
)

Parameters

point
Type: AGI.Foundation.GeometryPoint
The Point to use.
inFrame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame to observe the point in.
See Also