Property | Type | Description | |
---|---|---|---|
bitsPerPixel | int | ||
frameIndex | int | ||
height | int | ||
totalFrames | int | ||
width | int |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
ImageInfo ( ) : System |
Initializes a new instance of the ImageInfo class.
|
|
ImageInfo ( int width, int height, int bitsPerPixel, int frameIndex, int totalFrames ) : System |
Initializes a new instance of the ImageInfo class.
|
public ImageInfo ( int width, int height, int bitsPerPixel, int frameIndex, int totalFrames ) : System | ||
width | int | Image's width. |
height | int | Image's height. |
bitsPerPixel | int | Number of bits per image's pixel. |
frameIndex | int | Frame's index. |
totalFrames | int | Total frames in the image. |
return | System |