Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / GetRotateAngle Method
Point containing the basepoint of rotation
Point containing the first endpoint
Point containing the second endpoint


In This Topic
    GetRotateAngle Method (ChartShape)
    In This Topic
    Gets the rotate angle.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetRotateAngle( _
       ByVal centerPt As Point, _
       ByVal pt1 As Point, _
       ByVal pt2 As Point _
    ) As Single
    'Usage
     
    
    Dim instance As ChartShape
    Dim centerPt As Point
    Dim pt1 As Point
    Dim pt2 As Point
    Dim value As Single
     
    value = instance.GetRotateAngle(centerPt, pt1, pt2)
    protected override float GetRotateAngle( 
       Point centerPt,
       Point pt1,
       Point pt2
    )

    Parameters

    centerPt
    Point containing the basepoint of rotation
    pt1
    Point containing the first endpoint
    pt2
    Point containing the second endpoint
    See Also