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



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

Parameters

pt
Point to map.
from
Rotation of the specified rectangle.
to
Projection target Rotation.

Return Value

Projection of the point.
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