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
18e2fc1b 1913 7d2e df49 929449ad2cdd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents a ellipse edge of a HatchBoundaryPath.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class Ellipse : HatchBoundaryPath.EdgeVB
Public Class Ellipse
Inherits HatchBoundaryPath.EdgeC++
public ref class Ellipse : public HatchBoundaryPath.EdgeF#
type Ellipse =
class
inherit HatchBoundaryPath.Edge
end| Inheritance | Object → HatchBoundaryPath.Edge → HatchBoundaryPath.Ellipse |
| HatchBoundaryPath.Ellipse() | Initializes a new instance of the HatchBoundaryPath.Ellipse class. |
| HatchBoundaryPath.Ellipse(EntityObject) | Initializes a new instance of the HatchBoundaryPath.Ellipse class. |
| Clone | Clones the actual edge. (Overrides HatchBoundaryPath.Edge.Clone()) |
| ConvertFrom | Initializes a new instance of the HatchBoundaryPath.Ellipse 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 sets the center of the ellipse. |
| EndAngle | Gets or sets the end angle of the ellipse. |
| EndMajorAxis | Gets or sets the position of the end of the major axis. |
| IsCounterclockwise | Gets or sets if the ellipse is counter clockwise. |
| MinorRatio | Gets or sets the scale of the minor axis in respect of the major axis. |
| StartAngle | Gets or sets the start angle of the ellipse. |
| Type | Gets the HatchBoundaryPath edge type (Inherited from HatchBoundaryPath.Edge) |