Returns an array of three Points used to draw the protractor.
'Declaration
Public Function GetPoints() As Point()
'Usage
Dim instance As ProtractorTool
Dim value() As Point
value = instance.GetPoints()
Return Value
An array of three Points used to draw the protractor.