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.43.1

Syntax

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

Parameters

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

Return Value

The transformation.

See Also