ImageProperties 1.0 control documentation

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

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

Parameters

hImage
The Image handle from which to read properties.

Remarks

Initializes collection that stores all properties or the Image.

See Also

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