Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

Points Property






Returns the current interactive mode points.
Syntax
public RasterCollection<Point> Points {get;}
'Declaration
 
Public ReadOnly Property Points As RasterCollection(Of Point)
'Usage
 
Dim instance As RasterViewerPointsEventArgs
Dim value As RasterCollection(Of Point)
 
value = instance.Points

            

            
public:
property RasterCollection<Point>^ Points {
   RasterCollection<Point>^ get();
}

Property Value

The current interactive mode points.
Example
Refer to InteractiveRegionFreehand.
Requirements

Target Platforms

See Also

Reference

RasterViewerPointsEventArgs Class
RasterViewerPointsEventArgs Members

Error processing SSI file