C# Class SkiaSharp.SKPath.RawIterator

Inheritance: SKNativeObject
Show file Open project: prepare/HTML-Renderer

Private Properties

Property Type Description
RawIterator System

Public Methods

Method Description
ConicWeight ( ) : float
Next ( SKPoint points ) : Verb
Peek ( ) : Verb

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
RawIterator ( SKPath path ) : System

Method Details

ConicWeight() public method

public ConicWeight ( ) : float
return float

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Next() public method

public Next ( SKPoint points ) : Verb
points SKPoint
return Verb

Peek() public method

public Peek ( ) : Verb
return Verb