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

f731e4cf 6518 bf16 1126 5c5c89b6dbb9

haplokuon edited this page May 6, 2023 · 1 revision

MLineStyleElement(Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the MLineStyleElement class.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public MLineStyleElement(
	double offset
)

VB

Public Sub New ( 
	offset As Double
)

C++

public:
MLineStyleElement(
	double offset
)

F#

new : 
        offset : float -> MLineStyleElement

Parameters

  Double
Element offset.

See Also

Reference

MLineStyleElement Class
MLineStyleElement Overload
netDxf.Objects Namespace

Clone this wiki locally