'Declaration Public Overloads Sub IntersectClip( _
ByVal pathIGraphicsPath object to intersect with the current clip region.As Vintasoft.Imaging.Drawing.IGraphicsPath _
)
public void IntersectClip(
Vintasoft.Imaging.Drawing.IGraphicsPath path
)
public: void IntersectClip(
Vintasoft.Imaging.Drawing.IGraphicsPath* path
)
public:
void IntersectClip(
Vintasoft.Imaging.Drawing.IGraphicsPath^ path
)
Parameters
- path
- IGraphicsPath object to intersect with the current clip region.