HeightmapRegion

Description

Name

class Tinman.Image.HeightmapRegion

Derived from

Image

Reads a rectangular region of the given heightmap as an image.

Fields / Required

heightmap

Type

Heightmap

Constraint

# != null

The heightmap to read from.


layer

The heightmap layer to read.


region

Type

Rect

Constraint

# != null

The rectangular region.


stride

Type

number

Constraint

# > 0

The sample step to use.

Fields / External

info

Type

Image.Info

Contains information about the image data source, including image format and embedded georeferencing information.