| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/text/screenoverlay.h>
Public Member Functions | |
| OverlayInfo (SO< Shape > s, int z, const UniformValue &xp, const UniformValue &yp, const UniformValue &xs, const UniformValue &ys, bool hds) | |
| Constructor. | |
Public Attributes | |
| SO< Shape > | shape |
| The Element. | |
| int | zValue |
| The z layer. | |
| UniformValue | xPos |
| X Position in UniformCoordinates. | |
| UniformValue | yPos |
| Y Position in UniformCoordinates. | |
| UniformValue | xSize |
| X Size in UniformCoordinates. | |
| UniformValue | ySize |
| Y Position in UniformCoordinates. | |
| bool | hasDifferentScale |
| Must be scaled differently. | |
| VRS::TEXT::OverlayInfo::OverlayInfo | ( | SO< Shape > | s, | |
| int | z, | |||
| const UniformValue & | xp, | |||
| const UniformValue & | yp, | |||
| const UniformValue & | xs, | |||
| const UniformValue & | ys, | |||
| bool | hds | |||
| ) |
Constructor.
The Element.
The z layer.
X Position in UniformCoordinates.
Y Position in UniformCoordinates.
X Size in UniformCoordinates.
Y Position in UniformCoordinates.
Must be scaled differently.