Redeclare the TriVertex type, because it is wrong in pre-Delphi 2005 according to Peter Below (TeamB)
Namespace: RSVclGraphics
Delphi
|
type
_TRIVERTEX = packed record
end;
|
|
Name
|
Description
|
|
Alpha
|
Represents field Alpha.
|
|
Blue
|
Represents field Blue.
|
|
Green
|
Represents field Green.
|
|
Red
|
Represents field Red.
|
|
x
|
Represents field x.
|
|
y
|
Represents field y.
|
Top
|