Click or drag to resize

ScreenOverlayRotationPoint Constructor

Overload List
  NameDescription
Public methodScreenOverlayRotationPoint(ScreenOverlayOrigin)
Initializes a new instance with the rotation point defined by the given origin within the rotated overlay.
Public methodScreenOverlayRotationPoint(ScreenOverlayPoint)
Initializes a new instance with a rotation point specified relative to the overlay's Origin.
Public methodScreenOverlayRotationPoint(Double, Double)
Initializes a new instance with a rotation point specified relative to the overlay's Origin.
Public methodScreenOverlayRotationPoint(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.
Public methodScreenOverlayRotationPoint(ScreenOverlayPoint, ScreenOverlayOrigin)
Initializes a new instance with a rotation point specified relative to the overlay's Origin.
Public methodScreenOverlayRotationPoint(ScreenOverlayPoint, Boolean)
Initializes a new instance with a rotation point specified relative to the overlay's or the overlay's parent's Origin.
Public methodScreenOverlayRotationPoint(Double, Double, Boolean)
Initializes a new instance with a rotation point specified relative to the overlay's or the overlay's parent's Origin.
Public methodScreenOverlayRotationPoint(ScreenOverlayPoint, ScreenOverlayOrigin, Boolean)
Initializes a new instance with a rotation point specified relative to the overlay's or the overlay's parent's Origin.
Top
See Also