Dave Byron
03 May 07, 07:34 PM
Is this correct ??
Syntax
Rectangle(Left, Top, Bottom, Right);
or should it be
Rectangle(Left, Top, Right,Bottom);
dave
Syntax
Rectangle(Left, Top, Bottom, Right);
or should it be
Rectangle(Left, Top, Right,Bottom);
dave