$tagGDIPRECTF structure
Global Const $tagGDIPRECTF = "float X;float Y;float Width;float Height"
| X | X coordinate of upper left hand corner of rectangle |
| Y | Y coordinate of upper left hand corner of rectangle |
| Width | Rectangle width |
| Height | Rectangle height |