C# Class SkiaSharp.SKRegion

Inheritance: SKObject
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method 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

Method Description
SKRegion ( IntPtr handle, bool owns ) : System

Method Details

Contains() public method

public Contains ( SKPointI xy ) : bool
xy SKPointI
return bool

Contains() public method

public Contains ( SKRegion src ) : bool
src SKRegion
return bool

Contains() public method

public Contains ( int x, int y ) : bool
x int
y int
return bool

Intersects() public method

public Intersects ( SKRectI rect ) : bool
rect SKRectI
return bool

Intersects() public method

public Intersects ( SKRegion region ) : bool
region SKRegion
return bool

Op() public method

public Op ( SKRectI rect, SKRegionOperation op ) : bool
rect SKRectI
op SKRegionOperation
return bool

Op() public method

public Op ( SKRegion region, SKRegionOperation op ) : bool
region SKRegion
op SKRegionOperation
return bool

Op() public method

public Op ( int left, int top, int right, int bottom, SKRegionOperation op ) : bool
left int
top int
right int
bottom int
op SKRegionOperation
return bool

SKRegion() public method

public SKRegion ( ) : System
return System

SKRegion() public method

public SKRegion ( SKRegion region ) : System
region SKRegion
return System

SetPath() public method

public SetPath ( SKPath path ) : bool
path SKPath
return bool

SetPath() public method

public SetPath ( SKPath path, SKRegion clip ) : bool
path SKPath
clip SKRegion
return bool

SetRect() public method

public SetRect ( SKRectI rect ) : bool
rect SKRectI
return bool

SetRegion() public method

public SetRegion ( SKRegion region ) : bool
region SKRegion
return bool