Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

1b695d51 0228 a76f f88c 33a30eb391ee

haplokuon edited this page May 6, 2023 · 1 revision

Viewport Property

netDxf 3.0.0 Library

Gets the document viewport.

Definition

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

Property Value

VPort

Remarks

This is the same as the *Active VPort in the VPorts list, it describes the current viewport.

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally