Click or drag to resize

Drawing2DViewManagerAddCanvasBy2DView 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 int AddCanvasBy2DView(
	int width = 210,
	int height = 297
)

Parameters

width  Int32  (Optional)
캔버스 Width
height  Int32  (Optional)
캔버스 Height

Return Value

Int32
캔버스 Index
See Also