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
51562711 15fe 2212 29c8 dc5e140611e0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Controls the size of the point figures, except for PDMODE values 0 (Dot) and 1 (Empty).
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double PdSize { get; set; }
VB
Public Property PdSize As Double
Get
Set
C++
public:
property double PdSize {
double get ();
void set (double value);
}
F#
member PdSize : float with get, set
Double
Default value: 0.
A setting of 0 generates the point at 5 percent of the drawing area height.
A positive PDSIZE value specifies an absolute size for the point figures.
A negative value is interpreted as a percentage of the viewport size.