You are here: Start » FIL.NET » ImageFormat Structure
ImageFormat Structure
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.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 | FilNet.ImageFormat | |
![]() | Depth | System.Int32 | Number of pixel components |
![]() | Height | System.Int32 | Image height in pixels |
![]() | IsDefault | System.Boolean | |
![]() | PitchAlignment | System.Int32 | |
![]() | Type | FilNet.PlainType | Type of pixel components |
![]() | Width | System.Int32 | Image width in pixels |
Methods
Name | Description | |
---|---|---|
![]() | Equals(FilNet.ImageFormat) | |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | Equals(FilNet.ImageFormat, FilNet.ImageFormat) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |