OrientationTransform
Namespace: TagBites.WinSchedulers.Drawing
Assembly: TagBites.WinSchedulers.dll
Provides the TagBites.WinSchedulers.Drawing.OrientationTransform instances and mechanism for orientation transform.
public static class OrientationTransform
Fields
None
Gets a special value that represents a orientation transform with no transformation.
public IOrientationTransform None
Result Type: IOrientationTransform
SwitchAxises
Gets a special value that represents a orientation transform with switched axises.
public IOrientationTransform SwitchAxises
Result Type: IOrientationTransform
Methods
GetTransform(Orientation)
Returns orientation transform for horizontal or vertical orientation.
public IOrientationTransform GetTransform(Orientation orientation)
Result Type: IOrientationTransform
Parameters
Type | Name | |
---|---|---|
Orientation | orientation | value that represents orientation of control. |