OrientationTransform
Namespace: TagBites.WinSchedulers.Drawing
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Provides the OrientationTransform instances and mechanism for orientation transform.
public static class OrientationTransformInheritance: object → OrientationTransform
Fields
Section titled “Fields”Gets a special value that represents a orientation transform with no transformation.
public IOrientationTransform NoneField Value
Section titled “Field Value”IOrientationTransform object representation, which is not transformed.
SwitchAxises
Section titled “SwitchAxises”Gets a special value that represents a orientation transform with switched axises.
public IOrientationTransform SwitchAxisesField Value
Section titled “Field Value”IOrientationTransform object representation with switched axises.
Methods
Section titled “Methods”GetTransform(Orientation)
Section titled “GetTransform(Orientation)”Returns orientation transform for horizontal or vertical orientation.
public static IOrientationTransform GetTransform(Orientation orientation)Parameters
Section titled “Parameters”orientationOrientation
Orientation value that represents orientation of control.
Returns
Section titled “Returns”IOrientationTransform object representation connected with specified orientation.