You are here: Start » Image.Reset Method
Image.Reset Method
Resets the image and copies the given
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.Types.dll |
Syntax
public void Reset ( int width, int height, int pitch, Fil.PlainType type, int depth, byte[] data )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| width | int | ||||
| height | int | ||||
| pitch | int | ||||
| type | Fil.PlainType | ||||
| depth | int | ||||
| data | byte[] |
Function Overrides
- Reset()
- Reset(Image, Optional<Region>)
- Reset(Int32, Int32, PlainType, Int32, Optional<Region>)
- Reset(Int32, Int32, PlainType, Int32, Int32)
- Reset(Int32, Int32, PlainType, Int32, Int32, Optional<Region>)
- Reset(Int32, Int32, Int32, PlainType, Int32, IntPtr, Optional<Region>, Boolean)
