ImageProperties 1.0 control documentation

Initializes a new instance of the ImageProperties class and reads properties of the specified Image.

[Visual Basic]
Overloads Public Sub New( _
   ByVal image As Image _
)
[C#]
public ImageProperties(
   Image image
);

Parameters

image
The Image object from which to to read properties.

Remarks

Initializes collection that stores all properties of the Image.

See Also

ImageProperties Class | ElementIT.ImageProperties Namespace | ImageProperties Constructor Overload List