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
39d3f491 4f21 d0f1 f8e7 9bb03a4ef363
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the image 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