This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
1523dd51 1e22 9833 cda4 4ea0f1694bcd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
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 (in netDxf.dll) Version: 3.0.0
C#
public Viewport Viewport { get; }
VB
Public ReadOnly Property Viewport As Viewport
Get
C++
public:
property Viewport^ Viewport {
Viewport^ get ();
}
F#
member Viewport : Viewport with get
The ModelSpace layout does not require a viewport and it will always return null.