C# 클래스 SkiaSharp.SKRectI

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty SKRectI

공개 메소드들

메소드 설명
AspectFill ( SKSizeI size ) : SKRectI
AspectFit ( SKSizeI size ) : SKRectI
Ceiling ( SKRect value ) : SKRectI
Contains ( SKPointI pt ) : bool
Contains ( SKRectI rect ) : bool
Contains ( int x, int y ) : bool
Create ( SKPointI location, SKSizeI size ) : SKRectI
Create ( SKSizeI size ) : SKRectI
Create ( int width, int height ) : SKRectI
Create ( int x, int y, int width, int height ) : SKRectI
Equals ( object obj ) : bool
GetHashCode ( ) : int
Inflate ( SKRectI rect, int x, int y ) : SKRectI
Inflate ( SKSizeI size ) : void
Inflate ( int width, int height ) : void
Intersect ( SKRectI a, SKRectI b ) : SKRectI
Intersect ( SKRectI rect ) : void
IntersectsWith ( SKRectI rect ) : bool
Offset ( SKPointI pos ) : void
Offset ( int x, int y ) : void
Round ( SKRect value ) : SKRectI
SKRectI ( int left, int top, int right, int bottom ) : System
ToString ( ) : string
Truncate ( SKRect value ) : SKRectI
Union ( SKRectI a, SKRectI b ) : SKRectI
Union ( SKRectI rect ) : void
operator ( ) : bool

비공개 메소드들

메소드 설명
IntersectsWithInclusive ( SKRectI r ) : bool

메소드 상세

AspectFill() 공개 메소드

public AspectFill ( SKSizeI size ) : SKRectI
size SKSizeI
리턴 SKRectI

AspectFit() 공개 메소드

public AspectFit ( SKSizeI size ) : SKRectI
size SKSizeI
리턴 SKRectI

Ceiling() 공개 정적인 메소드

public static Ceiling ( SKRect value ) : SKRectI
value SKRect
리턴 SKRectI

Contains() 공개 메소드

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

Contains() 공개 메소드

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

Contains() 공개 메소드

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

Create() 공개 정적인 메소드

public static Create ( SKPointI location, SKSizeI size ) : SKRectI
location SKPointI
size SKSizeI
리턴 SKRectI

Create() 공개 정적인 메소드

public static Create ( SKSizeI size ) : SKRectI
size SKSizeI
리턴 SKRectI

Create() 공개 정적인 메소드

public static Create ( int width, int height ) : SKRectI
width int
height int
리턴 SKRectI

Create() 공개 정적인 메소드

public static Create ( int x, int y, int width, int height ) : SKRectI
x int
y int
width int
height int
리턴 SKRectI

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Inflate() 공개 정적인 메소드

public static Inflate ( SKRectI rect, int x, int y ) : SKRectI
rect SKRectI
x int
y int
리턴 SKRectI

Inflate() 공개 메소드

public Inflate ( SKSizeI size ) : void
size SKSizeI
리턴 void

Inflate() 공개 메소드

public Inflate ( int width, int height ) : void
width int
height int
리턴 void

Intersect() 공개 정적인 메소드

public static Intersect ( SKRectI a, SKRectI b ) : SKRectI
a SKRectI
b SKRectI
리턴 SKRectI

Intersect() 공개 메소드

public Intersect ( SKRectI rect ) : void
rect SKRectI
리턴 void

IntersectsWith() 공개 메소드

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

Offset() 공개 메소드

public Offset ( SKPointI pos ) : void
pos SKPointI
리턴 void

Offset() 공개 메소드

public Offset ( int x, int y ) : void
x int
y int
리턴 void

Round() 공개 정적인 메소드

public static Round ( SKRect value ) : SKRectI
value SKRect
리턴 SKRectI

SKRectI() 공개 메소드

public SKRectI ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Truncate() 공개 정적인 메소드

public static Truncate ( SKRect value ) : SKRectI
value SKRect
리턴 SKRectI

Union() 공개 정적인 메소드

public static Union ( SKRectI a, SKRectI b ) : SKRectI
a SKRectI
b SKRectI
리턴 SKRectI

Union() 공개 메소드

public Union ( SKRectI rect ) : void
rect SKRectI
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static SKRectI,SkiaSharp Empty
리턴 SKRectI