Click or drag to resize

Drawing2DViewManagerAddCanvasBy2DView Method

2D View - 캔버스 추가 생성

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public int AddCanvasBy2DView(
	int width = 210,
	int height = 297
)

Parameters

width (Optional)
Type: SystemInt32
캔버스 Width
height (Optional)
Type: SystemInt32
캔버스 Height

Return Value

Type: Int32
캔버스 Index
See Also