skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ArcSegment

Draws an elliptical arc from the current point to the specified end point, parameterized by radii, sweep direction, and x-axis rotation.

Inheritance
System.Object
PathSegment
ArcSegment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Core.dll

Syntax

public class ArcSegment : PathSegment

Constructors

ArcSegment()

Creates a new instance of the ArcSegment with defaults configured for a small, clockwise arc.

Declaration
public ArcSegment()

ArcSegment(Point, Double, Double)

Initializes a new instance of the ArcSegment class with the specified end point and radii. The arc is configured as a small, clockwise arc by default.

Declaration
public ArcSegment(Point point, double radiusX, double radiusY)
Parameters
System.Windows.Point point

The end point of the arc, relative to the figure’s coordinate space.

System.Double radiusX

The X-axis radius in document units, defining the ellipse width used for the arc.

System.Double radiusY

The Y-axis radius in document units, defining the ellipse height used for the arc.

Properties

IsLargeArc

Selects the larger of the two possible arcs between the points when set to true.

Declaration
public bool IsLargeArc { get; set; }
Property Value
System.Boolean

The is large arc.

Point

End point of the arc relative to the figure’s coordinate space.

Declaration
public Point Point { get; set; }
Property Value
System.Windows.Point

The point.

RadiusX

X‑axis radius in document units, defining the ellipse width used for the arc.

Declaration
public double RadiusX { get; set; }
Property Value
System.Double

The radius X.

RadiusY

Y‑axis radius in document units, defining the ellipse height used for the arc.

Declaration
public double RadiusY { get; set; }
Property Value
System.Double

The radius Y.

RotationAngle

Rotation, in degrees, applied to the ellipse x‑axis relative to the path coordinate system.

Declaration
public double RotationAngle { get; set; }
Property Value
System.Double

The x-axis rotation angle.

SweepDirection

Direction in which the arc is drawn around the ellipse (clockwise or counterclockwise).

Declaration
public SweepDirection SweepDirection { get; set; }
Property Value
SweepDirection

The sweep direction.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.