SKPath1DPathEffectStyle Enum

Definition

How to transform path at each point (based on the current position and tangent).

public enum SKPath1DPathEffectStyle
Inheritance
SKPath1DPathEffectStyle

Fields

Morph 2

Transform each point, and turn lines into curves.

Rotate 1

Rotate the shape about its center.

Translate 0

Translate the shape to each position.

Applies to