Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewerRubberBandEventArgs Class : Points Property |
public IList<LeadPoint> Points {get;}
'Declaration
Public ReadOnly Property Points As IList(Of LeadPoint)
Note that if Shape is set to ImageViewerRubberBandShape.FreeHand, then Points can have any number of points including 1. When Shape is any other value, the number of points is always two (the first and second point).
For an example, refer to ImageViewerRubberBandInteractiveMode.