Click or drag to resize

PointInPointsFrame Constructor (Point, Point)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointInPointsFrame(
	Point observedPoint,
	Point frameOwner
)

Parameters

observedPoint
Type: AGI.Foundation.GeometryPoint
The point that is observed in the frameOwner's reference frame.
frameOwner
Type: AGI.Foundation.GeometryPoint
The point in whose ReferenceFrame the observedPoint will be observed.
Exceptions
ExceptionCondition
ArgumentException Thrown when the frameOwner is Root.
See Also