Table of Contents

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

int

ImageFormat

public ImageFormat ImageFormat { get; set; }

Property Value

ImageFormat

PixelFormat

public PixelFormat PixelFormat { get; set; }

Property Value

PixelFormat

Width

public int Width { get; set; }

Property Value

int