SKPath.GetPoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetPoints(Int32) |
Returns a subset of points in the path. Up to max points are copied. |
GetPoints(SKPoint[], Int32) |
Returns a subset of points in the path. Up to max points are copied. |
GetPoints(Int32)
GetPoints(SKPoint[], Int32)
Returns a subset of points in the path. Up to max points are copied.
public int GetPoints (SkiaSharp.SKPoint[] points, int max);
Parameters
- points
- SKPoint[]
The array to hold the points.
- max
- Int32
The maximum number of points to copy into points.
Returns
Returns the actual number of points in the path
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
SkiaSharp