Table of Contents

Struct ArcSegment

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Describes an elliptical arc between two points.
D2D1_ARC_SEGMENT

public struct ArcSegment : IEquatable<ArcSegment>
Implements
Inherited Members

Constructors

ArcSegment(Point2Float, SizeFloat, float, SweepDirection, ArcSize)

Properties

ArcSize

A value that specifies whether the given arc is larger than 180 degrees.

Point

The end point of the arc.

RotationAngle

A value that specifies how many degrees in the clockwise direction the ellipse is rotated relative to the current coordinate system.

Size

The x-radius and y-radius of the arc.

SweepDirection

A value that specifies whether the arc sweep is clockwise or counterclockwise.

Methods

Equals(ArcSegment)
Equals(in ArcSegment)
Equals(object?)
GetHashCode()

Operators

operator ==(in ArcSegment, in ArcSegment)
operator !=(in ArcSegment, in ArcSegment)