Click or drag to resize

Drawing2DViewManagerRemoveCanvasBy2DView Method

2D View - 캔버스 제거

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public void RemoveCanvasBy2DView(
	int canvasIdx,
	bool bDelObjectsinCanvas = false
)

Parameters

canvasIdx  Int32
캔버스 Index
bDelObjectsinCanvas  Boolean  (Optional)
캔버스 내 개체 제거 여부
See Also