Bearbeiten

Freigeben über


BezierSegment.Point2 Property

Definition

Gets or sets the second control point of the curve.

public:
 property System::Windows::Point Point2 { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point Point2 { get; set; }
member this.Point2 : System.Windows.Point with get, set
Public Property Point2 As Point

Property Value

The second control point of the curve.

Remarks

The two control points of a cubic Bezier curve behave like magnets, attracting portions of what would otherwise be a straight line toward themselves and producing a curve. The first control point, Point1, affects the beginning portion of the curve; the second control point, Point2, affects the ending portion of the curve. Note that the curve doesn't necessarily pass through either of the control points; each control point moves its portion of the line toward itself, but not through itself.

Dependency Property Information

Item Value
Identifier field Point2Property
Metadata properties set to true None

Applies to