Click or drag to resize

ScreenOverlayRotationPoint Constructor (ScreenOverlayPoint, ScreenOverlayOrigin, Boolean)

Initializes a new instance with a rotation point specified relative to the overlay's or the overlay's parent's Origin.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScreenOverlayRotationPoint(
	ScreenOverlayPoint rotationPoint,
	ScreenOverlayOrigin rotationOrigin,
	bool relativeToParent
)

Parameters

rotationPoint
Type: AGI.Foundation.Graphics.AdvancedScreenOverlayPoint
The rotation point.
rotationOrigin
Type: AGI.Foundation.Graphics.AdvancedScreenOverlayOrigin
The rotation point's anchor.
relativeToParent
Type: SystemBoolean
When , the rotationOrigin is within rotated overlay's parent; Otherwise, the rotationOrigin is within the rotated overlay itself.
See Also