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 439
1139e291 4dac e889 b0e2 ed5a98dc8b91
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents a simple linetype segment.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class LinetypeSimpleSegment : LinetypeSegmentVB
Public Class LinetypeSimpleSegment
Inherits LinetypeSegmentC++
public ref class LinetypeSimpleSegment : public LinetypeSegmentF#
type LinetypeSimpleSegment =
class
inherit LinetypeSegment
end| Inheritance | Object → LinetypeSegment → LinetypeSimpleSegment |
| LinetypeSimpleSegment() | Initializes a new instance of the LinetypeSimpleSegment class. |
| LinetypeSimpleSegment(Double) | Initializes a new instance of the LinetypeSimpleSegment class. |
| Length | Gets or sets the dash, dot or space length. (Inherited from LinetypeSegment) |
| Type | Gets the linetype segment simple, text, or shape. (Inherited from LinetypeSegment) |
| Clone | Creates a new LinetypeSimpleSegment 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) |