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 407
8f4725ce 6167 dcdb dfbf a858f0493e46
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Viewport class
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Viewport(
Vector2 bottomLeftCorner,
Vector2 topRightCorner
)
VB
Public Sub New (
bottomLeftCorner As Vector2,
topRightCorner As Vector2
)
C++
public:
Viewport(
Vector2 bottomLeftCorner,
Vector2 topRightCorner
)
F#
new :
bottomLeftCorner : Vector2 *
topRightCorner : Vector2 -> Viewport