Rectangle Operations¶
Modules¶
| Name |
|---|
| Rectangle Normalization Utilities for normalizing rectangle corner points. |
Classes¶
| Name | |
|---|---|
| struct | CFBDGraphicRect Represents a rectangle defined by top-left and bottom-right corner points. |
Functions¶
| Name | |
|---|---|
| void | CFBDGraphic_DrawRect(CFBD_GraphicDevice * device, CFBDGraphicRect * rect) |
| void | CFBDGraphic_FillRect(CFBD_GraphicDevice * device, CFBDGraphicRect * rect) |
Attributes¶
| Name | |
|---|---|
| CFBDGraphic_Point | tl |
| CFBDGraphic_Point | br |
Functions Documentation¶
function CFBDGraphic_DrawRect¶
function CFBDGraphic_FillRect¶
Attributes Documentation¶
variable tl¶
Top-left corner point of the rectangle
variable br¶
Bottom-right corner point of the rectangle
Updated on 2026-02-03 at 13:21:55 +0000