Stroke.SetPoints Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Sets an array of Point structures at the specified indices in 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 | |
---|---|---|
SetPoints(array<Point[]) | Sets a range of Point structures that starts at the first index in a Stroke object. | |
SetPoints(Int32, array<Point[]) | Sets a range of Point structures that starts at the specified index in a Stroke object. |
Top