
09-10-2007, 06:32 AM
|
|
Incubator
|
 |
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
|
|
|
Well for the extent and position thing, thats just the recommended thing. x, y, width, and height still work but they're really just reflections of extent and position.
offsetx and offsety are the x and y of the image inside the GUI Control relative to the GUI control itself. So having an offsetx of -32 means the Image inside the GUI Control with be moved 32 pixels to the left of the GUI Control. Only the part of the image inside the GUI Control area actually shows. |
|
|
|