Click or drag to resize

Drawing2DObjectManagerSet2DViewCreateWithTableByText Method

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

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

Parameters

row  Int32
column  Int32
updateCellAutoSize  Boolean
자동 크기 정렬 여부
szText  String
Text
See Also