Show / Hide Table of Contents

Interface IText

Inherited Members
ISceneObject.Id
ISceneObject.Visible
ISceneObject.SceneLayer
Namespace: Experior.Rendering.Interfaces.Text
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IText : ISceneObject

Properties

BackColorArgb

Declaration
int BackColorArgb { get; }
Property Value
Type Description
System.Int32

ColorArgb

Declaration
int ColorArgb { get; }
Property Value
Type Description
System.Int32

FontFamilyName

Declaration
string FontFamilyName { get; }
Property Value
Type Description
System.String

Text

Declaration
string Text { get; }
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
Back to top Generated by DocFX