[]
Gets the rotate angle.
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
| 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 |
| Type | Description |
|---|---|
| float | The rotate angle. |