Click or drag to resize

Drawing2DObjectManagerSet2DViewCreateWithTableByText Method

2D 뷰 - 개체 생성 (Table) 중 텍스트 변경

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void Set2DViewCreateWithTableByText(
	int row,
	int column,
	bool updateCellAutoSize,
	string szText
)

Parameters

row
Type: SystemInt32
column
Type: SystemInt32
updateCellAutoSize
Type: SystemBoolean
자동 크기 정렬 여부
szText
Type: SystemString
Text
See Also