'Declaration Public Overloads Sub IntersectClip( _
ByVal pathIGraphicsPath object to intersect with the current clip region.As Vintasoft.Imaging.Drawing.IGraphicsPath, _
ByVal fillModeMember of the GraphicsPathFillMode enumeration that determines how the curve is filled.As Vintasoft.Imaging.Drawing.GraphicsPathFillMode _
)
public void IntersectClip(
Vintasoft.Imaging.Drawing.IGraphicsPath path,
Vintasoft.Imaging.Drawing.GraphicsPathFillMode fillMode
)
public: void IntersectClip(
Vintasoft.Imaging.Drawing.IGraphicsPath* path,
Vintasoft.Imaging.Drawing.GraphicsPathFillMode fillMode
)
public:
void IntersectClip(
Vintasoft.Imaging.Drawing.IGraphicsPath^ path,
Vintasoft.Imaging.Drawing.GraphicsPathFillMode fillMode
)
Parameters
- path
- IGraphicsPath object to intersect with the current clip region.
- fillMode
- Member of the GraphicsPathFillMode enumeration that determines how the curve is filled.