Cuminas DjVu SDK for .NET Framework
Rotate(Rectangle,Rotation,Rotation) Method



Rectangle to map.
Rotation of the specified rectangle.
Projection target Rotation.
Maps (makes projection) a Rectangle according to condition.
Syntax
Public Overloads Function Rotate( _
   ByVal rectangle As Rectangle, _
   ByVal from As Rotation, _
   ByVal to As Rotation _
) As Rectangle
Dim instance As Page
Dim rectangle As Rectangle
Dim from As Rotation
Dim to As Rotation
Dim value As Rectangle
 
value = instance.Rotate(rectangle, from, to)

Parameters

rectangle
Rectangle to map.
from
Rotation of the specified rectangle.
to
Projection target Rotation.

Return Value

Projection of the rectangle.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Page Class
Page Members
Overload List

Send Feedback