ScreenOverlayRotationPoint Constructor |
| 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.
|