Method | Description | |
---|---|---|
GetBorderPoints ( float x, float y, float w, float h ) : ICollection |
||
GetLeftBorder ( float x ) : int | ||
GetLowerBorder ( float y ) : int | ||
GetRightBorder ( float w ) : int | ||
GetUpperBorder ( float h ) : int |
public static GetBorderPoints ( float x, float y, float w, float h ) : ICollection |
||
x | float | |
y | float | |
w | float | |
h | float | |
return | ICollection |
public static GetLeftBorder ( float x ) : int | ||
x | float | |
return | int |
public static GetLowerBorder ( float y ) : int | ||
y | float | |
return | int |
public static GetRightBorder ( float w ) : int | ||
w | float | |
return | int |
public static GetUpperBorder ( float h ) : int | ||
h | float | |
return | int |