You are here: Start » FIL.NET » FIS.FisFilter_AccessImage Method
FIS.FisFilter_AccessImage Method
Returns individual fields of an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_AccessImage ( FilNet.Image inImage, out int outWidth, out int outHeight, out int outDepth, out FilNet.PlainType outType, out int outPixelSize, out int outPitch )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outWidth | int | Output image width. | ||
![]() | outHeight | int | Output image height. | ||
![]() | outDepth | int | Output number of image color channels. | ||
![]() | outType | FilNet.PlainType | Output pixel format. | ||
![]() | outPixelSize | int | Output pixel size in bytes. | ||
![]() | outPitch | int | Length of images pixel line with padding. |