[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazcairo1.pas line 504
type Tcairo_rectangle_int_t = object |
||
x: cint; |
|
|
y: cint; |
|
|
width: cint; |
|
|
height: cint; |
|
|
end; |
|