Table of Contents

Method CreateRegularPolygonPath

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

CreateRegularPolygonPath(float, int, bool, SKPathDirection)

public static SKPath CreateRegularPolygonPath(float radius, int points, bool horizontalBase = true, SKPathDirection direction = SKPathDirection.Clockwise)

Parameters

radius float
points int
horizontalBase bool
direction SKPathDirection

Returns

SKPath