Table of Contents

Class StringDrawing

Namespace
HiDisp.Disp
Assembly
HiDisp.dll

An IDisplayee to draw string.

public class StringDrawing : IDisplayee, IExpandToBox3d, IDisposable
Inheritance
StringDrawing
Implements
Inherited Members
Extension Methods

Constructors

StringDrawing(string)

Constructor.

public StringDrawing(string text)

Parameters

text string

text

Fields

text

Text to draw.

public readonly string text

Field Value

string

Properties

Height

public int Height { get; }

Property Value

int

IsAlwaysOnTop

Is text always on top.

public bool IsAlwaysOnTop { get; set; }

Property Value

bool

Width

public int Width { get; }

Property Value

int

Methods

Display(Bind)

Display function called in DispEngine rendering loop.

public void Display(Bind bind)

Parameters

bind Bind

Bind with DispEngine. See Bind.

Display(Bind, Vec3d, bool)

Display at p.

public void Display(Bind bind, Vec3d p, bool isAlwaysOnTop = false)

Parameters

bind Bind

bind

p Vec3d

position

isAlwaysOnTop bool

is always on top

Display(Bind, string, Vec3d, bool)

Display text at p.

public static void Display(Bind bind, string text, Vec3d p = null, bool isAlwaysOnTop = false)

Parameters

bind Bind

bind

text string

text

p Vec3d

position

isAlwaysOnTop bool

is always on top

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

ExpandToBox3d(Box3d)

Expand the destinate box. This function is ususally used to compute the bounding box of elements.

public void ExpandToBox3d(Box3d dst)

Parameters

dst Box3d

destinate box

~StringDrawing()

protected ~StringDrawing()