Method | Description | |
---|---|---|
DrawBackgroundImage ( |
Draw the background image of the given box in the given rectangle.
|
Method | Description | |
---|---|---|
DrawRepeat ( |
Draw the background image at the required location repeating it over the X and Y axis.
|
|
DrawRepeatX ( |
Draw the background image at the required location repeating it over the X axis.
|
|
DrawRepeatY ( |
Draw the background image at the required location repeating it over the Y axis.
|
|
GetLocation ( |
Get top-left location to start drawing the image at depending on background-position value.
|
public static DrawBackgroundImage ( |
||
g | the device to draw into | |
box | the box to draw its background image | |
imageBinder | ImageBinder | |
rectangle | the rectangle to draw image in | |
return | void |