Context.rectangle

Adds the given rectangle to the current path of cr. Since 2.8

  1. void rectangle(Rectangle rectangle)
    class Context
    void
    rectangle
  2. void rectangle(double x, double y, double width, double height)

Parameters

rectangle Rectangle

a GdkRectangle

Meta