Accusoft.ImagXpress13.Net
Negate Property




Gets and sets an indicator if the Rubberband displays the area as a negative of the original.
Syntax
'Declaration
 
Public Property Negate As Boolean
'Usage
 
Dim instance As Rubberband
Dim value As Boolean
 
instance.Negate = value
 
value = instance.Negate
public bool Negate {get; set;}
public: __property bool get_Negate();
public: __property void set_Negate( 
   bool value
);
public:
property bool Negate {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true.
See Also

Reference

Rubberband Class
Rubberband Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback