This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
eb9f8859 ce2d 3c0f 0934 2ce1a76e2849
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the image height in pixels.
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
SetC++
public:
property int Height {
int get ();
void set (int value);
}F#
member Height : int with get, setInt32