'Declaration Public Overloads Sub IntersectClip( _
ByVal xX coordinate of rectangle.As Single, _
ByVal yY coordinate of rectangle.As Single, _
ByVal widthWidth of rectangle.As Single, _
ByVal heightHeight of rectangle.As Single, _
ByVal fillModeMember of the GraphicsPathFillMode enumeration that determines how the curve is filled.As Vintasoft.Imaging.Drawing.GraphicsPathFillMode _
)
public void IntersectClip(
float x,
float y,
float width,
float height,
Vintasoft.Imaging.Drawing.GraphicsPathFillMode fillMode
)
Parameters
- x
- X coordinate of rectangle.
- y
- Y coordinate of rectangle.
- width
- Width of rectangle.
- height
- Height of rectangle.
- fillMode
- Member of the GraphicsPathFillMode enumeration that determines how the curve is filled.