Arcade
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
GameAPI.BudgetBoy.Image Class Referenceabstract

Abstract class representing a two dimensional bitmap. More...

Inheritance diagram for GameAPI.BudgetBoy.Image:
GameAPI.BudgetBoy.Animation GameAPI.BudgetBoy.RawImage

Properties

Vector2I Size [get]
 Returns the width/height of the image. More...
 
int Width [get]
 Horizontal resolution in pixels. More...
 
int Height [get]
 Vertical resolution in pixels. More...
 
int Area [get]
 Product of the width and height. More...
 

Detailed Description

Abstract class representing a two dimensional bitmap.

Property Documentation

int GameAPI.BudgetBoy.Image.Area
get

Product of the width and height.

int GameAPI.BudgetBoy.Image.Height
get

Vertical resolution in pixels.

Vector2I GameAPI.BudgetBoy.Image.Size
get

Returns the width/height of the image.

int GameAPI.BudgetBoy.Image.Width
get

Horizontal resolution in pixels.