C# Class SkiaSharp.SKPath.Iterator

Inheritance: SKNativeObject
Afficher le fichier Open project: prepare/HTML-Renderer

Private Properties

Свойство Type Description
Iterator System

Méthodes publiques

Méthode Description
ConicWeight ( ) : float
IsCloseContour ( ) : bool
IsCloseLine ( ) : bool
Next ( SKPoint points, bool doConsumeDegenerates = true, bool exact = false ) : Verb

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Iterator ( SKPath path, bool forceClose ) : System

Method Details

ConicWeight() public méthode

public ConicWeight ( ) : float
Résultat float

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

IsCloseContour() public méthode

public IsCloseContour ( ) : bool
Résultat bool

IsCloseLine() public méthode

public IsCloseLine ( ) : bool
Résultat bool

Next() public méthode

public Next ( SKPoint points, bool doConsumeDegenerates = true, bool exact = false ) : Verb
points SKPoint
doConsumeDegenerates bool
exact bool
Résultat Verb