Click or drag to resize

Drawing2DObjectManagerSet2DViewTextUnderLine Method

2D 뷰 - 텍스트 개체 밑줄 추가 설정

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public void Set2DViewTextUnderLine(
	int nID,
	bool bEnable
)

Parameters

nID  Int32
2D 개체 ID
bEnable  Boolean
ture : 밑줄 설정, false : 밑줄 해제
See Also