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