Method | Description | |
---|---|---|
IncludePoint ( |
Checks if point is contained within
|
|
IncludePointX ( |
Checks if x-coordinate is contained within the
|
|
IncludePointY ( |
Checks if y-coordinate is contained within the
|
public static IncludePoint ( |
||
rect |
/// Reference to |
|
pointToInclude |
/// |
|
return | void |
public static IncludePointX ( |
||
rect |
/// |
|
xToInclude | float | /// x-coordinate to include. /// |
return | void |
public static IncludePointY ( |
||
rect |
/// |
|
yToInclude | float | /// y-coordinate to include. /// |
return | void |