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

9d5a67c4 df04 6362 3563 ac792e6f321c

haplokuon edited this page May 6, 2023 · 1 revision

PaperMargin Constructor

netDxf 3.0.0 Library

Initializes a new instance of PaperMargin.

Definition

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

Parameters

  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.

See Also

Reference

PaperMargin Structure
netDxf.Objects Namespace

Clone this wiki locally