Accusoft.ImagXpress13.Net
Start(Point,Boolean) Method




A System.Drawing.Point value which represents the starting point corner for the rubberband.
A boolean value which is true to display the rubberband area as a negative of the original.
Sets the starting point for the Rubberband object.
Syntax
'Declaration
 
Public Overloads Sub Start( _
   ByVal screenStartPoint As Point, _
   ByVal negate As Boolean _
) 
'Usage
 
Dim instance As Rubberband
Dim screenStartPoint As Point
Dim negate As Boolean
 
instance.Start(screenStartPoint, negate)
public void Start( 
   Point screenStartPoint,
   bool negate
)
public: void Start( 
   Point screenStartPoint,
   bool negate
) 
public:
void Start( 
   Point screenStartPoint,
   bool negate
) 

Parameters

screenStartPoint
A System.Drawing.Point value which represents the starting point corner for the rubberband.
negate
A boolean value which is true to display the rubberband area as a negative of the original.
See Also

Reference

Rubberband Class
Rubberband Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback