New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public sealed class BezierSegment : PathSegment

Inheritance: objectPathSegmentBezierSegment

Constructors

C#
public BezierSegment()

Properties

C#
public Point Point1 { get; set; }
C#
public Point Point2 { get; set; }
C#
public Point Point3 { get; set; }

Methods

C#
public PathSegment Clone()
Returns:

PathSegment