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
3c054462 e92e f5a3 050d 99bd6bbd751e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents an arc edge of a HatchBoundaryPath.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class Arc : HatchBoundaryPath.EdgeVB
Public Class Arc
Inherits HatchBoundaryPath.EdgeC++
public ref class Arc : public HatchBoundaryPath.EdgeF#
type Arc =
class
inherit HatchBoundaryPath.Edge
end| Inheritance | Object → HatchBoundaryPath.Edge → HatchBoundaryPath.Arc |
| HatchBoundaryPath.Arc() | Initializes a new instance of the HatchBoundaryPath.Arc class. |
| HatchBoundaryPath.Arc(EntityObject) | Initializes a new instance of the HatchBoundaryPath.Arc class. |
| Clone | Clones the actual edge. (Overrides HatchBoundaryPath.Edge.Clone()) |
| ConvertFrom | Initializes a new instance of the HatchBoundaryPath.Arc class. |
| ConvertTo | Converts the actual edge to its entity equivalent. (Overrides HatchBoundaryPath.Edge.ConvertTo()) |
| 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) |
| Center | Gets or set the center of the arc. |
| EndAngle | Gets or sets the end angle of the arc. |
| IsCounterclockwise | Gets or sets if the arc is counter clockwise. |
| Radius | Gets or sets the radius of the arc. |
| StartAngle | Gets or sets the start angle of the arc. |
| Type | Gets the HatchBoundaryPath edge type (Inherited from HatchBoundaryPath.Edge) |