Sets the clipping region of this Graphics object to the shape specified by a IDDPath structure.
Syntax
'Declaration
Overloads Sub IntersectClip( _
ByVal As IPathEx _
)
void IntersectClip(
IPathEx
)
Parameters
- path
- IPathEx structure to intersect with the current clip region.
See Also