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