| ImageDrawMode Enumeration |
Namespace: GeonBit.UI.Entities
public enum ImageDrawMode
| Member name | Value | Description | |
|---|---|---|---|
| Stretch | 0 | With this mode texture will just stretch over the entire size of the destination rectangle. | |
| Panel | 1 | With this mode texture will be tiled and drawed with a frame, just like panels. |