Class ImageProperties
- Namespace
- RadioExt_Helper.models
- Assembly
- RadioExt-Helper.dll
Represents the properties of an image. Used when displaying images in the Icon Manager.
public class ImageProperties
- Inheritance
-
ImageProperties
- Inherited Members
Properties
Height
public int Height { get; set; }
Property Value
ImageFormat
public ImageFormat ImageFormat { get; set; }
Property Value
PixelFormat
public PixelFormat PixelFormat { get; set; }
Property Value
Width
public int Width { get; set; }