You are here: Start » AVL.NET » Surface Constructor
Surface Constructor
Namespace: | Avl |
---|---|
Assembly: | AvlNet.Types.dll |
Syntax
public Surface ( int width_, int height_, int pitch_, Avl.PlainType type_, System.IntPtr data, Optional<Avl.Region> inRoi, bool makeDataOwn )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
width_ | int | ||||
height_ | int | ||||
pitch_ | int | ||||
type_ | Avl.PlainType | ||||
data | System.IntPtr | ||||
![]() | inRoi | Atl.Optional<Avl.Region> | |||
makeDataOwn | bool |