Package | Description |
---|---|
com.b3dgs.lionengine.graphic |
Graphic related package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImageBuffer
Represents the image buffer in memory.
|
Modifier and Type | Method and Description |
---|---|
void |
Graphic.drawImage(ImageSurface image,
int x,
int y)
Draw an image to the graphic.
|
void |
Graphic.drawImage(ImageSurface image,
int dx1,
int dy1,
int dx2,
int dy2,
int sx1,
int sy1,
int sx2,
int sy2)
Draw a part of an image from a source rectangle to a destination rectangle.
|
void |
Graphic.drawImage(ImageSurface image,
Transform op,
int x,
int y)
Draw an image to the graphic.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.