ScreenOverlayRotationPoint Constructor (ScreenOverlayPoint, 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScreenOverlayRotationPoint(
	ScreenOverlayPoint rotationPoint,
	bool relativeToParent
)
Public Sub New ( 
	rotationPoint As ScreenOverlayPoint,
	relativeToParent As Boolean
)
public:
ScreenOverlayRotationPoint(
	ScreenOverlayPoint rotationPoint, 
	bool relativeToParent
)
new : 
        rotationPoint : ScreenOverlayPoint * 
        relativeToParent : bool -> ScreenOverlayRotationPointParameters
- rotationPoint
 - Type: AGI.Foundation.Graphics.AdvancedScreenOverlayPoint
The rotation point. - relativeToParent
 - Type: SystemBoolean
            When , the specified rotationPoint is
            within the rotated overlay's parent; Otherwise, the position is within the rotated overlay itself.
             
See Also