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

14f76e92 ea4f aac6 47e2 4774506fb57e

haplokuon edited this page May 6, 2023 · 1 revision

DisplayQuality Property

netDxf 3.0.0 Library

Gets or sets the image display quality (screen only).

Definition

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

C#

public ImageDisplayQuality DisplayQuality { get; set; }

VB

Public Property DisplayQuality As ImageDisplayQuality
	Get
	Set

C++

public:
property ImageDisplayQuality DisplayQuality {
	ImageDisplayQuality get ();
	void set (ImageDisplayQuality value);
}

F#

member DisplayQuality : ImageDisplayQuality with get, set

Property Value

ImageDisplayQuality

See Also

Reference

RasterVariables Class
netDxf.Objects Namespace

Clone this wiki locally