Class
BezierSegment

Definition

Namespace:Telerik.WinControls.UI.Diagrams.MissingTypes

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public sealed class BezierSegment : PathSegment

Inheritance: objectPathSegmentBezierSegment

Constructors

BezierSegment()

Declaration

cs-api-definition
public BezierSegment()

Properties

Point1

Declaration

cs-api-definition
public Point Point1 { get; set; }

Property Value

Point

Point2

Declaration

cs-api-definition
public Point Point2 { get; set; }

Property Value

Point

Point3

Declaration

cs-api-definition
public Point Point3 { get; set; }

Property Value

Point

Methods

Clone()

Declaration

cs-api-definition
public PathSegment Clone()

Returns

PathSegment

Transform(Matrix)

Declaration

cs-api-definition
public void Transform(Matrix transformMatrix)

Parameters

transformMatrix

Matrix