ICanvasBlockSize

Description

interface Tinman.Terrain.Tools.ICanvasBlockSize

Extended by

Canvas abstract
ICanvasFactory

Base interface for classes that have a canvas block size property.

Public / Attributes

Block​Size


public attribute BlockSize → (get)

value : int32

[>0]
The block size, in canvas raster samples.

Size of a canvas block.

For PixelCoverage.PixelIsPoint semantics, the block size is a power of two plus one. For PixelCoverage.PixelIsArea semantics, the block size is a power of two.