Namespace: Tzu_Engine.Graphics
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Class TZText
    Implements IDisposable
C#
public class TZText : IDisposable
C++
ref class TZText : IDisposable
J#
public class TZText implements IDisposable
JScript
public class TZText extends IDisposable

Inheritance Hierarchy

System.Object
   Tzu_Engine.Graphics.TZText

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also