Arc2D Class

Defines a 2D arc.
Public Class Arc2D 
Implements ICloneable
This language is not supported or no code example is available.
public class Arc2D : ICloneable
This language is not supported or no code example is available.
Name Description
Public property Length Gets the 2D arc length.
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this 2D arc.
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
Fields
 
Name Description
Public field Angle The arc Angle.
Public field Center The arc Center.
Public field Radius The arc Radius.
Top
devDept.Eyeshot.Arc2D

.NET Framework

Supported in: 4.7.2

In this article

Definition