This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
f384edaa 552d 50b9 8024 1c1c33cc7c37
haplokuon edited this page Jun 28, 2023
·
2 revisions
netDxf 3.0.0 Library
Represents a shape linetype segment.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class LinetypeShapeSegment : LinetypeSegmentVB
Public Class LinetypeShapeSegment
Inherits LinetypeSegmentC++
public ref class LinetypeShapeSegment : public LinetypeSegmentF#
type LinetypeShapeSegment =
class
inherit LinetypeSegment
end| Inheritance | Object → LinetypeSegment → LinetypeShapeSegment |
| 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. |
| 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) |
| 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) |
| ShapeStyleChanged |