You are here: Start » AVL.NET » ImageFormat Structure
ImageFormat Structure
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Stores information about dimensions and pixel format of an image.
Constructors
| Constructor | Description | |
|---|---|---|
| ImageFormat(Image) | ||
| ImageFormat(Int32, Int32, PlainType, Int32, Int32) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| Area | System.Int32 | ||
| Default | Avl.ImageFormat | Gets a default instance of the ImageFormat. | |
| Depth | System.Int32 | ||
| Empty | Avl.ImageFormat | Gets an empty instance of the ImageFormat. | |
| Height | System.Int32 | ||
| PitchAlignment | System.Int32 | ||
| Type | Avl.PlainType | ||
| Width | System.Int32 | 
Methods
| Name | Description | |
|---|---|---|
| Equals(Avl.ImageFormat) | ||
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(int, int, Avl.PlainType, int, int) | ||
| ToString() | Inherited from System.Object | 
