Property | Type | Description | |
---|---|---|---|
Empty |
Method | Description | |
---|---|---|
AspectFill ( |
||
AspectFit ( |
||
Ceiling ( |
||
Contains ( |
||
Contains ( |
||
Contains ( int x, int y ) : bool | ||
Create ( |
||
Create ( |
||
Create ( int width, int height ) : |
||
Create ( int x, int y, int width, int height ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Inflate ( |
||
Inflate ( |
||
Inflate ( int width, int height ) : void | ||
Intersect ( |
||
Intersect ( |
||
IntersectsWith ( |
||
Offset ( |
||
Offset ( int x, int y ) : void | ||
Round ( |
||
SKRectI ( int left, int top, int right, int bottom ) : System | ||
ToString ( ) : string | ||
Truncate ( |
||
Union ( |
||
Union ( |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
IntersectsWithInclusive ( |
public static Ceiling ( |
||
value | ||
return |
public static Create ( |
||
location | ||
size | ||
return |
public static Create ( |
||
size | ||
return |
public static Create ( int width, int height ) : |
||
width | int | |
height | int | |
return |
public static Create ( int x, int y, int width, int height ) : |
||
x | int | |
y | int | |
width | int | |
height | int | |
return |
public static Inflate ( |
||
rect | ||
x | int | |
y | int | |
return |
public Inflate ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public static Intersect ( |
||
a | ||
b | ||
return |
public IntersectsWith ( |
||
rect | ||
return | bool |
public static Round ( |
||
value | ||
return |
public SKRectI ( int left, int top, int right, int bottom ) : System | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
return | System |
public static Truncate ( |
||
value | ||
return |
public static Union ( |
||
a | ||
b | ||
return |