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

054bf567 d17d 294c 4b32 89be2d0baede

haplokuon edited this page May 6, 2023 · 1 revision

ClippingBoundary(Double, Double, Double, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the ClippingBoundary class as a rectangular clipping boundary.

Definition

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

C#

public ClippingBoundary(
	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:
ClippingBoundary(
	double x, 
	double y, 
	double width, 
	double height
)

F#

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

Parameters

  Double
Rectangle x-coordinate of the first corner.
  Double
Rectangle y-coordinate of the first corner.
  Double
Rectangle width.
  Double
Rectangle height.

See Also

Reference

ClippingBoundary Class
ClippingBoundary Overload
netDxf Namespace

Clone this wiki locally