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