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.2.419.0 (24.2.419.0)
Syntax public PointGraphicsParameter(
Point point,
ReferenceFrame inFrame
)
Public Sub New (
point As Point,
inFrame As ReferenceFrame
)
public:
PointGraphicsParameter(
Point^ point,
ReferenceFrame^ inFrame
)
new :
point : Point *
inFrame : ReferenceFrame -> PointGraphicsParameter
Parameters
- point
- Type: AGI.Foundation.GeometryPoint
The Point to use. - inFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame to observe the point in.
See Also