Table of Contents

Class VIRTUALGRAPHICSOBJECT

Namespace
PIKLib
Assembly
PIKLib.dll
VIRTUALGRAPHICSOBJECT : OBJECT
Inheritance
VIRTUALGRAPHICSOBJECT
Inherited Members

Properties

ASBUTTON

bool ASBUTTON

Property Value

bool

MASK

string MASK

Property Value

string

MONITORCOLLISION

bool MONITORCOLLISION

Property Value

bool

MONITORCOLLISIONALPHA

bool MONITORCOLLISIONALPHA

Property Value

bool

PRIORITY

int PRIORITY

Property Value

int

SOURCE

string SOURCE

Property Value

string

TOCANVAS

bool TOCANVAS

Property Value

bool

VISIBLE

bool VISIBLE

Property Value

bool

Methods

GETHEIGHT()

int GETHEIGHT()

Returns

int

GETPOSITIONX()

int GETPOSITIONX()

Returns

int

GETPOSITIONY()

int GETPOSITIONY()

Returns

int

GETWIDTH()

int GETWIDTH()

Returns

int

MOVE(int, int)

void MOVE(int x_offset, int y_offset)

Parameters

x_offset int
y_offset int

SETMASK(string)

void SETMASK(string graphics_name)

Parameters

graphics_name string

SETPOSITION(int, int)

void SETPOSITION(int x, int y)

Parameters

x int
y int

SETPRIORITY(int)

void SETPRIORITY(int priority)

Parameters

priority int

SETSOURCE(string)

void SETSOURCE(string graphics_name)

Parameters

graphics_name string