Click or drag to resize

TextDrawingItem Class

Text Drawing Item
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.DataTextDrawingItem

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

The TextDrawingItem type exposes the following members.

Properties
 NameDescription
Public propertyCenter 중심점
Public propertyDirection Text Direction : 텍스트가 작성되는 방향. Camera가 Z+ 인 경우, 텍스트는 X+ 방향으로 작성 (1, 0, 0)
Public propertyFontColor Text Font Color
Public propertyFontSize Font Size : 34 ~ 250
Public propertyHeight Text Height
Public propertyID 아이디(ID)
Public propertyText Text
Public propertyUpDirection Text Up Direction : 텍스트의 위쪽 방향. Camera가 Z+ 인 경우, 위쪽 방향은 Y+ 임 (0, 1, 0)
Top
See Also