Class
QuadraticBezierSegmentData

Creates a quadratic Bezier curve between two points in a PathFigure.

Definition

Constructors

QuadraticBezierSegmentData()

Declaration

cs-api-definition
public QuadraticBezierSegmentData()

Properties

Point1

Gets or sets the control Point of the curve.

Declaration

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

Property Value

Location

Point2

Gets or sets the end Point of this QuadraticBezierSegment.

Declaration

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

Property Value

Location