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

6589cda4 2c16 34f4 d0c4 b721cf404319

haplokuon edited this page May 6, 2023 · 1 revision

Images Property

netDxf 3.0.0 Library

Gets the list of images in the active layout.

Definition

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

C#

public IEnumerable<Image> Images { get; }

VB

Public ReadOnly Property Images As IEnumerable(Of Image)
	Get

C++

public:
property IEnumerable<Image^>^ Images {
	IEnumerable<Image^>^ get ();
}

F#

member Images : IEnumerable<Image> with get

Property Value

IEnumerable(Image)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally