| IBitmap.ABitmap(path) |
|
|
| IBitmap.WBitmap(path) |
|
|
| IBitmap.CBitmap(width,height) |
|
|
| IBitmap.GetPointPixel(img,x,y) |
|
var img = RF.LoadBitmap("a.jpg") log(IBitmap.GetPointPixel(img,10,10)) |
| width(Number) | ||
| height(Number) | ||
| complete(bool) | ||
| onload(function) |
| dispose() | ||
| loadTexture() |