Create a transformation that applies the given orientation to the interactor.

Namespace:  TallComponents.Interaction
Assembly:  TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.20.0

Syntax

C#
public Transform CreateOrientationTransform(
	Orientation orientation
)
Visual Basic (Declaration)
Public Function CreateOrientationTransform ( _
	orientation As Orientation _
) As Transform

Parameters

orientation
Type: TallComponents.PDF..::.Orientation
The orientation.

Return Value

The transformation.

See Also