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

39d3f491 4f21 d0f1 f8e7 9bb03a4ef363

haplokuon edited this page May 6, 2023 · 1 revision

Definition Property

netDxf 3.0.0 Library

Gets the image definition.

Definition

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

C#

public ImageDefinition Definition { get; set; }

VB

Public Property Definition As ImageDefinition
	Get
	Set

C++

public:
property ImageDefinition^ Definition {
	ImageDefinition^ get ();
	void set (ImageDefinition^ value);
}

F#

member Definition : ImageDefinition with get, set

Property Value

ImageDefinition

See Also

Reference

Image Class
netDxf.Entities Namespace

Clone this wiki locally