Leadtools.Controls Namespace > ImageViewerRubberBandEventArgs Object : Points Property |
get_points();
Object.defineProperty('points');
Type | Description |
---|---|
List | The list of the location points. |
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.