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

65146890 4b5f 4498 084c 30777a973fc1

haplokuon edited this page May 6, 2023 · 1 revision

Width Property

netDxf 3.0.0 Library

Gets the bounding rectangle width.

Definition

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

C#

public double Width { get; }

VB

Public ReadOnly Property Width As Double
	Get

C++

public:
property double Width {
	double get ();
}

F#

member Width : float with get

Property Value

Double

See Also

Reference

BoundingRectangle Class
netDxf Namespace

Clone this wiki locally