C# Class SkiaSharp.SKRegion

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

Méthodes publiques

Méthode Description
Contains ( SKPointI xy ) : bool
Contains ( SKRegion src ) : bool
Contains ( int x, int y ) : bool
Intersects ( SKRectI rect ) : bool
Intersects ( SKRegion region ) : bool
Op ( SKRectI rect, SKRegionOperation op ) : bool
Op ( SKRegion region, SKRegionOperation op ) : bool
Op ( int left, int top, int right, int bottom, SKRegionOperation op ) : bool
SKRegion ( ) : System
SKRegion ( SKRegion region ) : System
SetPath ( SKPath path ) : bool
SetPath ( SKPath path, SKRegion clip ) : bool
SetRect ( SKRectI rect ) : bool
SetRegion ( SKRegion region ) : bool

Private Methods

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

Method Details

Contains() public méthode

public Contains ( SKPointI xy ) : bool
xy SKPointI
Résultat bool

Contains() public méthode

public Contains ( SKRegion src ) : bool
src SKRegion
Résultat bool

Contains() public méthode

public Contains ( int x, int y ) : bool
x int
y int
Résultat bool

Intersects() public méthode

public Intersects ( SKRectI rect ) : bool
rect SKRectI
Résultat bool

Intersects() public méthode

public Intersects ( SKRegion region ) : bool
region SKRegion
Résultat bool

Op() public méthode

public Op ( SKRectI rect, SKRegionOperation op ) : bool
rect SKRectI
op SKRegionOperation
Résultat bool

Op() public méthode

public Op ( SKRegion region, SKRegionOperation op ) : bool
region SKRegion
op SKRegionOperation
Résultat bool

Op() public méthode

public Op ( int left, int top, int right, int bottom, SKRegionOperation op ) : bool
left int
top int
right int
bottom int
op SKRegionOperation
Résultat bool

SKRegion() public méthode

public SKRegion ( ) : System
Résultat System

SKRegion() public méthode

public SKRegion ( SKRegion region ) : System
region SKRegion
Résultat System

SetPath() public méthode

public SetPath ( SKPath path ) : bool
path SKPath
Résultat bool

SetPath() public méthode

public SetPath ( SKPath path, SKRegion clip ) : bool
path SKPath
clip SKRegion
Résultat bool

SetRect() public méthode

public SetRect ( SKRectI rect ) : bool
rect SKRectI
Résultat bool

SetRegion() public méthode

public SetRegion ( SKRegion region ) : bool
region SKRegion
Résultat bool