[]
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 in pixels.
public void PushClipRect(RectangleF rc)
Type | Name | Description |
---|---|---|
RectangleF | rc | The rectangle for clipping in pixels. |