Complement(Region) Method
In This Topic
Updates this
Region object to contain the portion of the specified
Region object that does not intersect with this
Region object.
Syntax
'Declaration
Public Overloads Sub Complement( _
ByVal As Region _
)
public void Complement(
Region
)
Parameters
- region
- The Region object to complement this Region object.
See Also