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 420
b720db97 811e aca5 da60 50bb70f4d167
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the AutoCAD units for inserting images.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ImageUnits Units { get; set; }
VB
Public Property Units As ImageUnits
Get
Set
C++
public:
property ImageUnits Units {
ImageUnits get ();
void set (ImageUnits value);
}
F#
member Units : ImageUnits with get, set
Default: None
This is what one AutoCAD unit is equal to for the purpose of inserting and scaling images with an associated resolution. It is recommended to use the same units as the header variable InsUnits, or just use none to avoid any unwanted scaling when inserting images into the drawing.