Creates a new ImageInfo from the supplied image. The information reflects the state of the current active frame of the supplied image. The results are cached so they may become incorrect if you change the state of supplied Image. Many properties require a call to Analyse before they are populated. See relevant documentation for details.
Syntax

[C#]

ImageInfo(Image image);

[Visual Basic]

Sub New(image As Image)
Params
Name Description
image The Image for which information is required.
Notes

None.

Example

None.