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 414
1b695d51 0228 a76f f88c 33a30eb391ee
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the document viewport.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public VPort Viewport { get; }
VB
Public ReadOnly Property Viewport As VPort
Get
C++
public:
property VPort^ Viewport {
VPort^ get ();
}
F#
member Viewport : VPort with get
This is the same as the *Active VPort in the VPorts list, it describes the current viewport.