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

ec4d7feb b8e6 e7d3 f615 67fdb45b4e98

haplokuon edited this page May 6, 2023 · 1 revision

Viewport(Vector2, Double, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Viewport class

Definition

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

Parameters

  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)"\]

See Also

Reference

Viewport Class
Viewport Overload
netDxf.Entities Namespace

Clone this wiki locally