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

5dda46fd 275d 6be3 8f1a 8684487456d4

haplokuon edited this page May 6, 2023 · 1 revision

Width Property

netDxf 3.0.0 Library

Gets or sets the image width in pixels.

Definition

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

C#

public int Width { get; set; }

VB

Public Property Width As Integer
	Get
	Set

C++

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

F#

member Width : int with get, set

Property Value

Int32

See Also

Reference

ImageDefinition Class
netDxf.Objects Namespace

Clone this wiki locally