Package org.eclipse.swt.internal.cairo
Class cairo_rectangle_int_t
java.lang.Object
org.eclipse.swt.internal.cairo.cairo_rectangle_int_t
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
toString()
Returns a string containing a concise, human-readable description of the receiver.
-
Field Details
-
x
public int x -
y
public int y -
width
public int width -
height
public int height -
sizeof
public static final int sizeof
-
-
Constructor Details
-
cairo_rectangle_int_t
public cairo_rectangle_int_t()
-
-
Method Details