Spread Windows Forms 8.0 Product Documentation
Rotate(Point,Single) Method


Point around which to rotate the object
Angle to rotate the object
Rotates the object by the specified angle.
Syntax
'Declaration
 
Public Overloads Overridable Sub Rotate( _
   ByVal rotationCenterPoint As Point, _
   ByVal angle As Single _
) 
'Usage
 
Dim instance As PSObject
Dim rotationCenterPoint As Point
Dim angle As Single
 
instance.Rotate(rotationCenterPoint, angle)
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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

PSObject Class
PSObject Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.