Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Graphics.GUI.MyRichLabelPart Class Referenceabstract
Inheritance diagram for Sandbox.Graphics.GUI.MyRichLabelPart:
Sandbox.Graphics.GUI.MyRichLabelImage Sandbox.Graphics.GUI.MyRichLabelText Sandbox.Gui.RichTextLabel.MyRichLabelLink

Public Member Functions

abstract bool Draw (Vector2 position)
 
abstract bool HandleInput (Vector2 position)
 
virtual void AppendTextTo (StringBuilder builder)
 

Properties

virtual Vector2 Size [get, protected set]
 

Detailed Description

Definition at line 6 of file MyRichTextPart.cs.

Member Function Documentation

virtual void Sandbox.Graphics.GUI.MyRichLabelPart.AppendTextTo ( StringBuilder  builder)
inlinevirtual

Reimplemented in Sandbox.Graphics.GUI.MyRichLabelText.

Definition at line 14 of file MyRichTextPart.cs.

abstract bool Sandbox.Graphics.GUI.MyRichLabelPart.Draw ( Vector2  position)
pure virtual
abstract bool Sandbox.Graphics.GUI.MyRichLabelPart.HandleInput ( Vector2  position)
pure virtual

Property Documentation

virtual Vector2 Sandbox.Graphics.GUI.MyRichLabelPart.Size
getprotected set

Definition at line 8 of file MyRichTextPart.cs.


The documentation for this class was generated from the following file: