This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
6589cda4 2c16 34f4 d0c4 b721cf404319
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of images in the active layout.
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
IEnumerable(Image)