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

8b396272 9866 e6ad 1acb 74a22bdadc4d

haplokuon edited this page May 6, 2023 · 1 revision

Height Property

netDxf 3.0.0 Library

Gets the bounding rectangle height.

Definition

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

C#

public double Height { get; }

VB

Public ReadOnly Property Height As Double
	Get

C++

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

F#

member Height : float with get

Property Value

Double

See Also

Reference

BoundingRectangle Class
netDxf Namespace

Clone this wiki locally