|
| static Rectangle | RectangleIntersect (Rectangle src, Rectangle dst) |
| |
| static Rectangle | ClampRectangle (int tw, int th, Rectangle rect) |
| |
| static Rectangle | ClampRectangle (int tw, int th, int x, int y, int w, int h) |
| |
| static bool | ClampRectangle (int tw, int th, ref int x, ref int y, ref int w, ref int h) |
| |
| static bool | HasArea (Rectangle rect) |
| |
| static string | GetFlavorText (Rom.FlavorTexts flavorTexts, int index) |
| |
| static T | Clamp< T > (T val, T min, T max) |
| |
| static bool | IsValidIndex< T > (IReadOnlyList< T > list, int index) |
| |