Source position: AsphyreD3D7.pas line 192
type TD3DRect = packed record |
||
case Integer of |
||
0: ( |
||
x1: LongInt; |
|
|
y1: LongInt; |
|
|
x2: LongInt; |
|
|
y2: LongInt; |
|
|
); |
||
1: ( |
||
lX1: LongInt; |
|
|
lY1: LongInt; |
|
|
lX2: LongInt; |
|
|
lY2: LongInt; |
|
|
); |
||
2: ( |
||
a: array [0..3] of LongInt; |
|
|
); |
||
end; |
CT Web help |
CodeTyphon Studio |