[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.GetRotateAngle

GetRotateAngle Method

GetRotateAngle(Point, Point, Point)

Gets the rotate angle.

Declaration
protected virtual float GetRotateAngle(Point centerPt, Point pt1, Point pt2)
Protected Overridable Function GetRotateAngle(centerPt As Point, pt1 As Point, pt2 As Point) As Single
Parameters
Type Name Description
Point centerPt

Point that contains the basepoint of rotation

Point pt1

Point that contains the first end point

Point pt2

Point that contains the second end point

Returns
Type Description
float