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 409
cb456ee5 c0ea 690b d050 53c612db59ce
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 const string PdSize = "$PDSIZE"
VB
Public Const PdSize As String = "$PDSIZE"
C++
public:
literal String^ PdSize = "$PDSIZE"
F#
static val mutable PdSize: string
String
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.