C# 클래스 SkiaSharp.SKRegion

상속: SKObject
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SKRegion ( IntPtr handle, bool owns ) : System

메소드 상세

Contains() 공개 메소드

public Contains ( SKPointI xy ) : bool
xy SKPointI
리턴 bool

Contains() 공개 메소드

public Contains ( SKRegion src ) : bool
src SKRegion
리턴 bool

Contains() 공개 메소드

public Contains ( int x, int y ) : bool
x int
y int
리턴 bool

Intersects() 공개 메소드

public Intersects ( SKRectI rect ) : bool
rect SKRectI
리턴 bool

Intersects() 공개 메소드

public Intersects ( SKRegion region ) : bool
region SKRegion
리턴 bool

Op() 공개 메소드

public Op ( SKRectI rect, SKRegionOperation op ) : bool
rect SKRectI
op SKRegionOperation
리턴 bool

Op() 공개 메소드

public Op ( SKRegion region, SKRegionOperation op ) : bool
region SKRegion
op SKRegionOperation
리턴 bool

Op() 공개 메소드

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

SKRegion() 공개 메소드

public SKRegion ( ) : System
리턴 System

SKRegion() 공개 메소드

public SKRegion ( SKRegion region ) : System
region SKRegion
리턴 System

SetPath() 공개 메소드

public SetPath ( SKPath path ) : bool
path SKPath
리턴 bool

SetPath() 공개 메소드

public SetPath ( SKPath path, SKRegion clip ) : bool
path SKPath
clip SKRegion
리턴 bool

SetRect() 공개 메소드

public SetRect ( SKRectI rect ) : bool
rect SKRectI
리턴 bool

SetRegion() 공개 메소드

public SetRegion ( SKRegion region ) : bool
region SKRegion
리턴 bool