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

ef161067 87db ee5d c66c 88f766260675

haplokuon edited this page May 6, 2023 · 1 revision

Wipeout(Double, Double, Double, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Wipeout class as a rectangular wipeout.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Wipeout(
	double x,
	double y,
	double width,
	double height
)

VB

Public Sub New ( 
	x As Double,
	y As Double,
	width As Double,
	height As Double
)

C++

public:
Wipeout(
	double x, 
	double y, 
	double width, 
	double height
)

F#

new : 
        x : float * 
        y : float * 
        width : float * 
        height : float -> Wipeout

Parameters

  Double
Rectangle x-coordinate of the bottom-left corner in local coordinates.
  Double
Rectangle y-coordinate of the bottom-left corner in local coordinates.
  Double
Rectangle width in local coordinates.
  Double
Rectangle height in local coordinates.

See Also

Reference

Wipeout Class
Wipeout Overload
netDxf.Entities Namespace

Clone this wiki locally