Raytrix Light Field SDK  4.0
Logo
Public Attributes | List of all members
Rx::Net::Text2D Struct Reference

Detailed Description

A 2D text.

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

Public Attributes

Rx::Net::Vector4D Color
 The color as RGBA. More...
 
Rx::Net::Vector2D Pnt
 The 2D location. More...
 
System::String^ Text
 The text. More...
 

Member Data Documentation

Rx::Net::Vector4D Rx::Net::Text2D::Color

The color as RGBA.

Rx::Net::Vector2D Rx::Net::Text2D::Pnt

The 2D location.

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

The text.