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

f384edaa 552d 50b9 8024 1c1c33cc7c37

haplokuon edited this page Jun 28, 2023 · 2 revisions

LinetypeShapeSegment Class

netDxf 3.0.0 Library

Represents a shape linetype segment.

Definition

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

C#

public class LinetypeShapeSegment : LinetypeSegment

VB

Public Class LinetypeShapeSegment
	Inherits LinetypeSegment

C++

public ref class LinetypeShapeSegment : public LinetypeSegment

F#

type LinetypeShapeSegment = 
    class
        inherit LinetypeSegment
    end
Inheritance Object → LinetypeSegment → LinetypeShapeSegment

Constructors

LinetypeShapeSegment(String, ShapeStyle) Initializes a new instance of the LinetypeShapeSegment class.
LinetypeShapeSegment(String, ShapeStyle, Double) Initializes a new instance of the LinetypeShapeSegment class.
LinetypeShapeSegment(String, ShapeStyle, Double, Vector2, LinetypeSegmentRotationType, Double, Double) Initializes a new instance of the LinetypeShapeSegment class.

Properties

Length Gets or sets the dash, dot or space length.
(Inherited from LinetypeSegment)
Name Gets or sets the name of the shape.
Offset Gets or sets the shift of the shape along the line.
Rotation Gets or sets the angle in degrees of the shape.
RotationType Gets or sets the type of rotation defined by the rotation value upright, relative, or absolute.
Scale Gets or sets the scale of the shape relative to the scale of the line type.
Style Gets the shape style.
Type Gets the linetype segment simple, text, or shape.
(Inherited from LinetypeSegment)

Methods

Clone Creates a new LinetypeShapeSegment that is a copy of the current instance.
(Overrides LinetypeSegment.Clone())
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 Returns a string that represents the current object.
(Inherited from Object)

Events

ShapeStyleChanged  

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally