You are here: Start » AVL.NET » SurfaceFormat Constructor
SurfaceFormat Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public SurfaceFormat( int width, int height, AvlNet.PlainType type, double xOffset, double xScale, double yOffset, double yScale, double zOffset, double zScale )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| width | int | ||||
| height | int | ||||
| type | AvlNet.PlainType | ||||
| xOffset | double | ||||
| xScale | double | ||||
| yOffset | double | ||||
| yScale | double | ||||
| zOffset | double | ||||
| zScale | double |
