Click or drag to resize

LayoutViewport Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the viewport associated with this layout. This is the viewport with Id 1 that represents the paper space itself, it has no graphical representation, and does not show the model.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Viewport Viewport { get; }
Request Example View Source

Property Value

Type: Viewport
Remarks
The ModelSpace layout does not require a viewport and it will always return null.
See Also