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

cbd376bd 79e0 0468 18dc de8baf5d02ee

haplokuon edited this page May 6, 2023 · 1 revision

MLineStyleElement(Double, AciColor, Linetype) 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,
	AciColor color,
	Linetype linetype
)

VB

Public Sub New ( 
	offset As Double,
	color As AciColor,
	linetype As Linetype
)

C++

public:
MLineStyleElement(
	double offset, 
	AciColor^ color, 
	Linetype^ linetype
)

F#

new : 
        offset : float * 
        color : AciColor * 
        linetype : Linetype -> MLineStyleElement

Parameters

  Double
Element offset.
  AciColor
Element color.
  Linetype
Element line type.

See Also

Reference

MLineStyleElement Class
MLineStyleElement Overload
netDxf.Objects Namespace

Clone this wiki locally