You are here: Start » FIL.NET » Image.Reset Method
Image.Reset Method
Turns the image into a wrapper of external data (pixel data will be NOT own).
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Syntax
public void Reset ( int width, int height, int pitch, Fil.PlainType type, int depth, System.IntPtr data, Optional<Fil.Region> inRoi, bool makeDataOwn )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
width | int | ||||
height | int | ||||
pitch | int | ||||
type | Fil.PlainType | ||||
depth | int | ||||
data | System.IntPtr | ||||
![]() | inRoi | Ftl.Optional<Fil.Region> | |||
makeDataOwn | bool |
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, Byte[])