| void DrawRectangle(this Texture2D texture, int startX, int startY, int endX, int endY, Color color)Draws a rectangle at the specified coordinates.| Visibility | Public | | Modifiers | static |
Parameters| this Texture2D texture | Texture | | int startX | Start point x | | int startY | Start point y | | int endX | End point x | | int endY | End point y | | Color color | Color |
|