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

Show in webframe

Begin Property






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

            

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

Property Value

The beginning 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