Error processing SSI file
(Leadtools.Controls)

Show in webframe

Points Property




Gets a list of the location points.
Syntax
public IList<LeadPoint> Points {get;}
'Declaration
 
Public ReadOnly Property Points As IList(Of LeadPoint)

Property Value

The list of the location points.
Remarks

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).

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Requirements

Target Platforms

See Also

Reference

ImageViewerRubberBandEventArgs Class
ImageViewerRubberBandEventArgs Members

Error processing SSI file