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

Show in webframe

End Property






Returns the end point for the current interactive mode line.
Syntax
public Point End {get;}
'Declaration
 
Public ReadOnly Property End As Point
'Usage
 
Dim instance As RasterViewerLineEventArgs
Dim value As Point
 
value = instance.End

            

            
public:
property Point End {
   Point get();
}

Property Value

The end point for the current interactive mode line.
Example
Refer to InteractivePan.
Requirements

Target Platforms

See Also

Reference

RasterViewerLineEventArgs Class
RasterViewerLineEventArgs Members

Error processing SSI file