In This Topic
Updates this
Region object to the intersection of itself with the specified
Region object.
Syntax
'Declaration
Public Overloads Sub Intersect( _
ByVal As Region _
)
public void Intersect(
Region
)
Parameters
- region
- The Region object to intersect with this Region object.
See Also