Click or drag to resize
BezierSegmentPoint2 Property
Gets or sets the second control point of the curve.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Point Point2 { get; set; }

Property Value

Type: Point
See Also