KUIML
Blue Cat's User Interface Programming Language
Kt::Surface Class Reference

Used to represent mutable surfaces (see SURFACE element) in the scripting engine. More...

Inherits Kt::ConstSurface.

Detailed Description

It is a reference type that behaves like a function double f(double x, double y) which can be modified using the = operator:

// copy the value of myOtherSurface into mySurface
mySurface=myOtherSurface;