Rectangle
class Rectangle(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)
The PangoRectangle
structure represents a rectangle.
PangoRectangle
is frequently used to represent the logical or ink extents of a single glyph or section of text. (See, for instance, method@Pango.Font.get_glyph_extents.)
Constructors
Link copied to clipboard
constructor()
Allocate a new Rectangle.
constructor(scope: <Error class: unknown class>)
Allocate a new Rectangle using the provided AutofreeScope.
constructor(x: <Error class: unknown class>, y: <Error class: unknown class>, width: <Error class: unknown class>, height: <Error class: unknown class>)
Allocate a new Rectangle.
constructor(x: <Error class: unknown class>, y: <Error class: unknown class>, width: <Error class: unknown class>, height: <Error class: unknown class>, scope: <Error class: unknown class>)
Allocate a new Rectangle using the provided AutofreeScope.
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)