You are here: Start » FIL.NET » Surface.Reset Method
Surface.Reset Method
Turns the Surface into a wrapper of external data (point data will be NOT own) or gives external data to the Surface as its own. In the latter case the data should have been created by means of FtlAlloc.
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Syntax
public void Reset ( int newWidth, int newHeight, int newPitch, Fil.PlainType newType, System.IntPtr data, Optional<Fil.Region> inRoi, bool makeDataOwn )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
newWidth | int | ||||
newHeight | int | ||||
newPitch | int | ||||
newType | Fil.PlainType | ||||
data | System.IntPtr | ||||
![]() | inRoi | Ftl.Optional<Fil.Region> | |||
makeDataOwn | bool |