Click or drag to resize

TextDrawingManager Class

[MANAGER] Text Drawing Manager Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.ManagerTextDrawingManager

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public class TextDrawingManager : VIZCoreBase

The TextDrawingManager type exposes the following members.

Properties
 NameDescription
Public propertyItems Draw Text 목록
Top
Methods
 NameDescription
Public methodCode exampleAdd(Vertex3D, Vector3D, Vector3D, Single, Color, String) Draw Text
Public methodCode exampleAdd(Vertex3D, Vector3D, Vector3D, Single, Single, Color, String) Draw Text
Public methodClear Clear Text Drawing Item
Public methodDelete(Int32) Delete Item
Public methodDelete(TextDrawingItem) Delete Item
Public methodSelect Select Item
Public methodShow(Boolean) Show/Hide All Items
Public methodShow(Int32, Boolean) Show/Hide Text Item
Public methodShow(TextDrawingItem, Boolean) Show/Hide Text Item
Public methodUpdate(Int32, Color) Draw Text 색상 변경
Public methodUpdate(Int32, Single) Draw Text 크기 변경
Public methodUpdate(Int32, String) Draw Text 텍스트 변경
Public methodUpdate(Int32, Vertex3D) Draw Text 위치 변경
Public methodUpdate(Int32, Vector3D, Vector3D) Draw Text 방향 변경
Public methodUpdate(Int32, Vertex3D, Vector3D, Vector3D, Single, Single, Color, String) Draw Text 변경
Top
Events
 NameDescription
Public eventCode exampleOnTextDrawingItemClickedEvent 텍스트 아이템 클릭 이벤트
Top
See Also