IntersectClip(PathEx) Method
In This Topic
Sets the clipping region of this Graphics object to the shape specified by a IDDPath structure.
Syntax
'Declaration
Overloads Sub IntersectClip( _
ByVal As PathEx _
)
void IntersectClip(
PathEx
)
Parameters
- path
See Also