C# Class SkiaSharp.SKPathMeasure

Inheritance: SKObject
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GetMatrix ( float distance, SKMatrix &matrix, MatrixFlags flags ) : bool
GetPosition ( float distance, SKPoint &position ) : bool
GetPositionAndTangent ( float distance, SKPoint &position, SKPoint &tangent ) : bool
GetSegment ( float start, float stop, SKPath dst, bool startWithMoveTo ) : bool
GetTangent ( float distance, SKPoint &tangent ) : bool
NextContour ( ) : bool
SKPathMeasure ( ) : System
SKPathMeasure ( SKPath path, bool forceClosed = false, float resScale = 1 ) : System
SetPath ( SKPath path, bool forceClosed ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SKPathMeasure ( IntPtr handle, bool owns ) : System

Method Details

Dispose() protected méthode

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

GetMatrix() public méthode

public GetMatrix ( float distance, SKMatrix &matrix, MatrixFlags flags ) : bool
distance float
matrix SKMatrix
flags MatrixFlags
Résultat bool

GetPosition() public méthode

public GetPosition ( float distance, SKPoint &position ) : bool
distance float
position SKPoint
Résultat bool

GetPositionAndTangent() public méthode

public GetPositionAndTangent ( float distance, SKPoint &position, SKPoint &tangent ) : bool
distance float
position SKPoint
tangent SKPoint
Résultat bool

GetSegment() public méthode

public GetSegment ( float start, float stop, SKPath dst, bool startWithMoveTo ) : bool
start float
stop float
dst SKPath
startWithMoveTo bool
Résultat bool

GetTangent() public méthode

public GetTangent ( float distance, SKPoint &tangent ) : bool
distance float
tangent SKPoint
Résultat bool

NextContour() public méthode

public NextContour ( ) : bool
Résultat bool

SKPathMeasure() public méthode

public SKPathMeasure ( ) : System
Résultat System

SKPathMeasure() public méthode

public SKPathMeasure ( SKPath path, bool forceClosed = false, float resScale = 1 ) : System
path SKPath
forceClosed bool
resScale float
Résultat System

SetPath() public méthode

public SetPath ( SKPath path, bool forceClosed ) : void
path SKPath
forceClosed bool
Résultat void