Back to Devexpress

PathArc Members

officefileapi-devexpress-dot-docs-dot-presentation-dot-patharc-dot-underscore-members.md

latest3.4 KB
Original Source

PathArc Members

Defines an arc (a path segment).

Constructors

NameDescription
PathArc(AdjustCoordinate, AdjustCoordinate, AdjustAngle, AdjustAngle)Initializes a new instance of the PathArc class with specified settings.

Properties

NameDescription
HeightRadiusGets the vertical radius of the oval that contains the arc.
StartAngleGets the start angle of the arc.
SwingAngleGets the swing angle of the arc.
WidthRadiusGets the horizontal radius of the oval that contains the arc.

Methods

NameDescription
Equals(PathArc)Determines whether the specified object is equal to the current PathArc object.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current PathArc object.
GetHashCode()Returns a number that identifies the object instance.
GetType()Gets the Type of the current instance. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the fully qualified type name of this instance. Inherited from ValueType.

Operators

NameDescription
Equality(PathArc, PathArc) staticCompares two PathArc structures for equality.
Inequality(PathArc, PathArc) staticCompares two PathArc structures to determine whether they are not equal.

See Also

PathArc Struct

DevExpress.Docs.Presentation Namespace