Class Image
Assembly: Ritchie.Toolbox.dll
public sealed class Image : Widget, IFontFamilyProvider, IInspectable
Properties
Texture
Declaration
public Texture2D? Texture { get; set; }
Property Value
Type |
Description |
Texture2D |
|
Methods
GetContentSize(Point)
Declaration
protected override Point GetContentSize(Point availableSize)
Parameters
Type |
Name |
Description |
Point |
availableSize |
|
Returns
Overrides
Declaration
protected override void RebuildGeometry(GeometryHelper geometry)
Parameters
Overrides
Implements
Extension Methods