Stroke::GetBezierStylusPoints Method ()
Returns the stylus points the Stroke uses when FitToCurve is true.
Assembly: PresentationCore (in PresentationCore.dll)
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.
Available since 3.0