'Declaration
Protected Overridable Function GetRotateAngle( _ ByVal centerPt As Point, _ ByVal pt1 As Point, _ ByVal pt2 As Point _ ) As Single
Parameters
- centerPt
- Point that contains the basepoint of rotation
- pt1
- Point that contains the first end point
- pt2
- Point that contains the second end point