BezierSegment


BezierSegmentHierarchy: Freezable Animatable PathSegment

Type: Geometry

 <BezierSegment     Point1="1,1"     Point2="150,50"     Point3="140,10" /> 

<BezierSegment .../> describes a Bezier curve between two points. Like ArcSegment, BezierSegment must be the child of a PathFigure. Point1 affects the beginning segment of the curve, while Point2 affects the ending segment of the curve. Control points act like magnets, pulling the curve toward them. Figure 9-3 shows the BezierSegment described above.

Figure 9-3. BezierSegment


Attributes


Point1 (required)

Describes the first control point on the curve


Point2 (required)

Describes the second control point on the curve


Point3 (required)

Describes the end point of the curve




XAML in a Nutshell
XAML in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596526733
EAN: 2147483647
Year: 2007
Pages: 217

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net