ImageView¶
Class | orca.UIKit | extends Node2D
Displays image content with advanced rendering and scaling options
Overview¶
Properties¶
| Property | Type | Description |
|---|---|---|
Src |
string |
Image source path or resource identifier |
Source |
Texture |
Direct reference to loaded image |
Edges |
vec4 |
Edge inset values for nine-patch rendering |
Insets |
vec4 |
Content inset values for image positioning |
Viewbox |
vec4 |
Viewport rectangle for image cropping/scaling |
Stretch |
Stretch |
Determines how the image is scaled to fill its allocated layout space |