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::StylusPointCollectionA 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.