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

eb9f8859 ce2d 3c0f 0934 2ce1a76e2849

haplokuon edited this page May 6, 2023 · 1 revision

Height Property

netDxf 3.0.0 Library

Gets or sets the image height in pixels.

Definition

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

C#

public int Height { get; set; }

VB

Public Property Height As Integer
	Get
	Set

C++

public:
property int Height {
	int get ();
	void set (int value);
}

F#

member Height : int with get, set

Property Value

Int32

See Also

Reference

ImageDefinition Class
netDxf.Objects Namespace

Clone this wiki locally