ScreenOverlayRotationPoint Structure | 
Namespace: AGI.Foundation.Graphics.Advanced
The ScreenOverlayRotationPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| ScreenOverlayRotationPoint(ScreenOverlayOrigin) | 
            Initializes a new instance with the rotation point defined by the given origin within the
            rotated overlay.
              | |
| ScreenOverlayRotationPoint(ScreenOverlayPoint) | 
            Initializes a new instance with a rotation point specified relative to the overlay's
            Origin.
              | |
| ScreenOverlayRotationPoint(Double, Double) | 
            Initializes a new instance with a rotation point specified relative to the overlay's
            Origin.
              | |
| ScreenOverlayRotationPoint(ScreenOverlayOrigin, Boolean) | 
            Initializes a new instance with the rotation point defined by the given origin.  The origin can be within
            the rotated overlay itself or within its parent.
              | |
| ScreenOverlayRotationPoint(ScreenOverlayPoint, ScreenOverlayOrigin) | 
            Initializes a new instance with a rotation point specified relative to the overlay's
            Origin.
              | |
| ScreenOverlayRotationPoint(ScreenOverlayPoint, Boolean) | 
            Initializes a new instance with a rotation point specified relative to the overlay's
            or the overlay's parent's Origin.
              | |
| ScreenOverlayRotationPoint(Double, Double, Boolean) | 
            Initializes a new instance with a rotation point specified relative to the overlay's
            or the overlay's parent's Origin.
              | |
| ScreenOverlayRotationPoint(ScreenOverlayPoint, ScreenOverlayOrigin, Boolean) | 
            Initializes a new instance with a rotation point specified relative to the overlay's
            or the overlay's parent's Origin.
              | 
| Name | Description | |
|---|---|---|
| Origin | 
            Gets the origin of rotation.  When the UseOriginAsPoint property is ,
            the overlay is rotated around this origin.  When UseOriginAsPoint property is ,
            the overlay is rotated around Point, which is defined relative to this origin.
              | |
| Point | 
            Gets the point that the overlay is rotated around, defined relative to Origin.  When
            UseOriginAsPoint is , this property is ignored and the
            overlay is rotated around the Origin itself.
              | |
| RelativeToParent | 
            Gets a value indicating whether the rotation point is relative to the overlay's parent, or to the overlay itself.
              | |
| UseOriginAsPoint | 
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal.  (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance.  (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance.  (Inherited from ValueType.) |