Class UIImage
Inheritance
System.Object
UIImage
Implements
System.IDisposable
Assembly: AxEngine.dll
Syntax
public class UIImage : UIComponent, IDisposable
Constructors
|
Improve this Doc
View Source
UIImage(Material)
Declaration
public UIImage(Material material)
Parameters
|
Improve this Doc
View Source
Declaration
public UIImage(Material material, Vector2i size)
Parameters
Type |
Name |
Description |
Material |
material |
|
OpenToolkit.Mathematics.Vector2i |
size |
|
|
Improve this Doc
View Source
UIImage(Texture)
Declaration
public UIImage(Texture image)
Parameters
Type |
Name |
Description |
Texture |
image |
|
|
Improve this Doc
View Source
UIImage(Texture, Vector2i)
Declaration
public UIImage(Texture image, Vector2i size)
Parameters
Type |
Name |
Description |
Texture |
image |
|
OpenToolkit.Mathematics.Vector2i |
size |
|
|
Improve this Doc
View Source
UIImage(String)
Declaration
public UIImage(string imagePath)
Parameters
Type |
Name |
Description |
System.String |
imagePath |
|
|
Improve this Doc
View Source
Declaration
public UIImage(string imagePath, Vector2i size)
Parameters
Type |
Name |
Description |
System.String |
imagePath |
|
OpenToolkit.Mathematics.Vector2i |
size |
|
Implements
System.IDisposable