Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / DoRotate Method
Point with which to determine rotation angle.


In This Topic
DoRotate Method (ChartShape)
In This Topic
Allows the object to rotate using the specified point to determine the rotation angle.
Syntax
'Declaration
 
Protected Overrides Sub DoRotate( _
   ByVal pt As Point _
) 
 
'Usage
 
Dim instance As ChartShape
Dim pt As Point
 
instance.DoRotate(pt)

Parameters

pt
Point with which to determine rotation angle.
See Also