[]
Push the clip rectangle.
public void PushClipRect(double x, double y, double w, double h)
Type | Name | Description |
---|---|---|
double | x | X-coordinate of clip rectangle. |
double | y | Y-coordinate of clip rectangle. |
double | w | Clip rectangle width. |
double | h | Clip rectangle height. |
Push the clip rectangle.
public void PushClipRect(RectangleF rc)
Type | Name | Description |
---|---|---|
RectangleF | rc | A rectangle structure that specifies the bounding rectangle. |
Use PopClipRect() to restore the clipping bounds.