Stroke.GetFlattenedBezierPoints Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns the array of points that are used to approximate the Bezier representation of a Stroke object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetFlattenedBezierPoints() | Returns the array of points that are used to approximate the Bezier representation of a Stroke object with a fitting error of 0. | |
GetFlattenedBezierPoints(Int32) | Returns the array of points that are used to approximate the Bezier representation of a Stroke object with the specified fitting error. |
Top