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