Raytrix Light Field SDK  v3.1
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
Rx::Net::Text2D Struct Reference

Detailed Description

A 2D text.

A 2D text is defined by a 2D point describing to position, a color, a magnification, an alignment and the string.

Public Attributes

Vector2D Align
 The X and Y alignment of the text. (0.5, 0.5) means centered around the given location More...
 
Vector4D Col
 The color as RGBA. More...
 
System::Int32 MagStep
 The magnification. This is the size of the text. More...
 
Vector2D Pnt
 The 2D location. More...
 
System::String^ Text
 The text. More...
 

Member Data Documentation

Vector2D Rx::Net::Text2D::Align

The X and Y alignment of the text. (0.5, 0.5) means centered around the given location

Vector4D Rx::Net::Text2D::Col

The color as RGBA.

System::Int32 Rx::Net::Text2D::MagStep

The magnification. This is the size of the text.

Vector2D Rx::Net::Text2D::Pnt

The 2D location.

System::String ^ Rx::Net::Text2D::Text

The text.