You are here: Start » FIL.NET » ImageFormat Structure
ImageFormat Structure
Namespace: | Fil |
---|---|
Assembly: | FilNet.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 | Fil.ImageFormat | Gets a default instance of the ImageFormat. |
![]() | Depth | System.Int32 | |
![]() ![]() | Empty | Fil.ImageFormat | Gets an empty instance of the ImageFormat. |
![]() | Height | System.Int32 | |
![]() | PitchAlignment | System.Int32 | |
![]() | Type | Fil.PlainType | |
![]() | Width | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Fil.ImageFormat) | |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(int, int, Fil.PlainType, int, int) | |
![]() | ToString() | Inherited from System.Object |