Spread Windows Forms 6.0 Product Documentation
Rotate(Point,Single) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > PSObject Class > Rotate Method : Rotate(Point,Single) Method


rotationCenterPoint
Point around which to rotate the object
angle
Angle to rotate the object

Glossary Item Box

Rotates the object by the specified angle.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub Rotate( _
   ByVal rotationCenterPoint As Point, _
   ByVal angle As Single _
) 
Visual Basic (Usage)Copy Code
Dim instance As PSObject
Dim rotationCenterPoint As Point
Dim angle As Single
 
instance.Rotate(rotationCenterPoint, angle)
C# 
public virtual void Rotate( 
   Point rotationCenterPoint,
   float angle
)

Parameters

rotationCenterPoint
Point around which to rotate the object
angle
Angle to rotate the object

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.