Interface IText
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IText : ISceneObject
Properties
BackColorArgb
Declaration
int BackColorArgb { get; }
Property Value
Type |
Description |
System.Int32 |
|
ColorArgb
Declaration
Property Value
Type |
Description |
System.Int32 |
|
FontFamilyName
Declaration
string FontFamilyName { get; }
Property Value
Type |
Description |
System.String |
|
Text
Declaration
Property Value
Type |
Description |
System.String |
|
TextHeight
Declaration
float TextHeight { get; }
Property Value
Type |
Description |
System.Single |
|
Transformation
Declaration
Matrix4x4 Transformation { get; }
Property Value
Type |
Description |
System.Numerics.Matrix4x4 |
|