Initializes a new instance of the ImageProperties class.
Initializes a new instance of the ImageProperties class and reads properties of the specified Image.
public�ImageProperties(Image);
Initializes a new instance of the ImageProperties class and reads properties of the Image with specified handle.
public�ImageProperties(IntPtr);
Initializes a new instance of the ImageProperties class and reads properties of the Image from the specified file.
public�ImageProperties(string);
ImageProperties Class | ElementIT.ImageProperties Namespace