C# Class SkiaSharp.SKPath.OpBuilder

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

Méthodes publiques

Méthode Description
Add ( SKPath path, SKPathOp op ) : void
OpBuilder ( ) : System
Resolve ( SKPath result ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Add() public méthode

public Add ( SKPath path, SKPathOp op ) : void
path SKPath
op SKPathOp
Résultat void

Dispose() protected méthode

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

OpBuilder() public méthode

public OpBuilder ( ) : System
Résultat System

Resolve() public méthode

public Resolve ( SKPath result ) : bool
result SKPath
Résultat bool