public class RoboCanvasImage extends RoboImage
ImageImpl.DataImage.BitmapTransformer, Image.RegionCloseable.Set, Closeable.Util| Constructor and Description |
|---|
RoboCanvasImage(Graphics gfx,
Scale scale,
int pixelWidth,
int pixelHeight,
boolean interpolate) |
| Modifier and Type | Method and Description |
|---|---|
org.robovm.apple.coregraphics.CGImage |
cgImage()
Returns the
CGImage that underlies this image. |
void |
dispose() |
createPattern, draw, draw, getRgb, setRgb, toString, toUIImage, transformfail, pixelHeight, pixelWidth, scale, succeedclose, createTexture, height, isLoaded, region, setConfig, texture, textureAsync, tile, tileAsync, updateTexture, widthpublic org.robovm.apple.coregraphics.CGImage cgImage()
RoboImageCGImage that underlies this image. This is public so that games that need
to write custom backend code to do special stuff can access it. No promises are made, caveat
coder. Note: it's not initialized immediately for async loaded images.Copyright © 2019. All Rights Reserved.