Click or drag to resize

ScreenOverlayRotationPoint Properties

The ScreenOverlayRotationPoint type exposes the following members.

Properties
  NameDescription
Public propertyOrigin
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.
Public propertyPoint
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.
Public propertyRelativeToParent
Gets a value indicating whether the rotation point is relative to the overlay's parent, or to the overlay itself.
Public propertyUseOriginAsPoint
Gets a value indicating whether the Origin property will be used as the rotation point. If , the Point property is used.
Top
See Also