Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

cb456ee5 c0ea 690b d050 53c612db59ce

haplokuon edited this page May 6, 2023 · 1 revision

PdSize Field

netDxf 3.0.0 Library

Controls the size of the point figures, except for PDMODE values 0 (Dot) and 1 (Empty).

Definition

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

Field Value

String

Remarks

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.

See Also

Reference

HeaderVariableCode Class
netDxf.Header Namespace

Clone this wiki locally