ImageProperties 1.0 control documentation

Initializes a new instance of the ImageProperties class.

Overload List

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);

See Also

ImageProperties Class | ElementIT.ImageProperties Namespace