Table of Contents

Class SKGeometry

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll
public static class SKGeometry
Inheritance
SKGeometry
Inherited Members

Fields

PI

Methods

Area(IList<SKPoint>)
CirclePoint(float, float)
CreateInterpolation(SKPath, SKPath, float)
CreateRectanglePath(float, float, SKPathDirection)
CreateRegularPolygonPath(float, int, bool, SKPathDirection)
CreateRegularStarPath(float, float, int, SKPathDirection)
CreateSquarePath(float, SKPathDirection)
CreateTrianglePath(float, SKPathDirection)
CreateTrianglePath(float, float, SKPathDirection)
Perimeter(IList<SKPoint>)
PointAlong(SKPoint, SKPoint, float)