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

fce037fe bc53 8bb2 5547 56885f5299d0

haplokuon edited this page May 6, 2023 · 1 revision

MLineVertex Class

netDxf 3.0.0 Library

Represents a multiline vertex.

Definition

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

C#

public class MLineVertex

VB

Public Class MLineVertex

C++

public ref class MLineVertex

F#

type MLineVertex = class end
Inheritance Object → MLineVertex

Properties

Direction Gets the MLine vertex direction.
Distances Gets the multiline vertex distances lists.
Miter Gets the MLine vertex miter.
Position Gets the MLine vertex position.

Methods

Clone Creates a new MLineVertex that is a copy of the current instance.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Converts the value of this instance to its equivalent string representation.
(Overrides Object.ToString())

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally