Logo FS-Skia-UI

PathEffect Type

Public contract type exposed by this FS.Skia.UI package.

Union cases

Union case Description

Corner radius

Full Usage: Corner radius

Parameters:
    radius : float

radius : float

Dash(intervals, phase)

Full Usage: Dash(intervals, phase)

Parameters:
    intervals : float list
    phase : float

intervals : float list
phase : float

Discrete(segmentLength, deviation)

Full Usage: Discrete(segmentLength, deviation)

Parameters:
    segmentLength : float
    deviation : float

segmentLength : float
deviation : float

NoPathEffect

Full Usage: NoPathEffect

Instance members

Instance member Description

this.IsCorner

Full Usage: this.IsCorner

Returns: bool
Returns: bool

this.IsDash

Full Usage: this.IsDash

Returns: bool
Returns: bool

this.IsDiscrete

Full Usage: this.IsDiscrete

Returns: bool
Returns: bool

this.IsNoPathEffect

Full Usage: this.IsNoPathEffect

Returns: bool
Returns: bool

Type something to start searching.