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
9d5a67c4 df04 6362 3563 ac792e6f321c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of PaperMargin
.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public PaperMargin(
double left,
double bottom,
double right,
double top
)
VB
Public Sub New (
left As Double,
bottom As Double,
right As Double,
top As Double
)
C++
public:
PaperMargin(
double left,
double bottom,
double right,
double top
)
F#
new :
left : float *
bottom : float *
right : float *
top : float -> PaperMargin
- Double
- Margin on left side of paper.
- Double
- Margin on bottom side of paper.
- Double
- Margin on right side of paper.
- Double
- Margin on top side of paper.