Stroke::GetBezierStylusPoints Method ()

 

Returns the stylus points the Stroke uses when FitToCurve is true.

Namespace:   System.Windows.Ink
Assembly:  PresentationCore (in PresentationCore.dll)

public:
StylusPointCollection^ GetBezierStylusPoints()

Return Value

Type: System.Windows.Input::StylusPointCollection^

A StylusPointCollection that contains the stylus points along the spine of a Stroke when FitToCurve is true

The GetBezierStylusPoints method returns a new StylusPointCollection that contains the stylus points that the Stroke uses when the FitToCurve property on the DrawingAttributes property is set to true. To get the stylus points that are used when FitToCurve is set to false, use the StylusPoints property.

The following example demonstrates how to draw a circle at each StylusPoint of a Stroke. If the FitToCurve property is set to true, the GetBezierStylusPoints is used to get the stylus points. Otherwise, the StylusPoints property is used.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: