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
ec4d7feb b8e6 e7d3 f615 67fdb45b4e98
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 center,
double width,
double height
)
VB
Public Sub New (
center As Vector2,
width As Double,
height As Double
)
C++
public:
Viewport(
Vector2 center,
double width,
double height
)
F#
new :
center : Vector2 *
width : float *
height : float -> Viewport
- Vector2
- \[Missing <param name="center"/> documentation for "M:netDxf.Entities.Viewport.#ctor(netDxf.Vector2,System.Double,System.Double)"\]
- Double
- \[Missing <param name="width"/> documentation for "M:netDxf.Entities.Viewport.#ctor(netDxf.Vector2,System.Double,System.Double)"\]
- Double
- \[Missing <param name="height"/> documentation for "M:netDxf.Entities.Viewport.#ctor(netDxf.Vector2,System.Double,System.Double)"\]