DxfDocumentViewport Property
|
Gets the document viewport.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public VPort Viewport { get; }
Public ReadOnly Property Viewport As VPort
Get
public:
property VPort^ Viewport {
VPort^ get ();
}
member Viewport : VPort with get
PROPERTY Viewport AS VPort GET
Property Value
Type:
VPortRemarks
This is the same as the *Active VPort in the VPorts list, it describes the current viewport.
See Also