Context

Class holding a valid drawing context.

class Context {
sfContext* sfPtr;
}

Constructors

this
this()

Default constructor. * The constructor creates and activates the context.

Destructor

~this
~this()

Destructor.

Members

Functions

setActive
void setActive(bool active)

Activate or deactivate explicitely the context. *

Meta