Skip to content
Auto
Products

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 OrientationTransform

Inheritance: object → OrientationTransform

Gets a special value that represents a orientation transform with no transformation.

public IOrientationTransform None

IOrientationTransform

IOrientationTransform object representation, which is not transformed.

Gets a special value that represents a orientation transform with switched axises.

public IOrientationTransform SwitchAxises

IOrientationTransform

IOrientationTransform object representation with switched axises.

Returns orientation transform for horizontal or vertical orientation.

public static IOrientationTransform GetTransform(Orientation orientation)

IOrientationTransform

IOrientationTransform object representation connected with specified orientation.