![]() |
![]() |
![]() |
![]() |
UIvirtualGeom
Synopsis
a UI base class that supplies geometry attributes for scrolling window UI objects
group UIvirtualGeom {
int+read virtualWidth, virtualHeight;
};Description
UIvirtualGeom is a base class used by scrolling window UI classes to specify its virtual window width and height values. It cannot be instantiated separately.
Subobjects
Attributes that specify the virtual width and height of the scrollable window in pixels. The values are ints.These values are read only.
Example
File
See Also Related Modules
![]() |
![]() |
![]() |
![]() |