Class Icon
- Namespace
- Lime
- Assembly
- Lime.dll
- Inheritance
-
Icon
- Inherited Members
-
Constructors
Icon(Bitmap)
public Icon(Bitmap bitmap)
Parameters
bitmap
Bitmap
Icon(ITexture)
public Icon(ITexture texture)
Parameters
texture
ITexture
Properties
AsBitmap
public Bitmap AsBitmap { get; }
Property Value
- Bitmap
AsNativeIcon
public object AsNativeIcon { get; }
Property Value
- object
AsSprite
public ISprite AsSprite { get; }
Property Value
- ISprite
AsTexture
public ITexture AsTexture { get; }
Property Value
- ITexture