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