TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface ICanvasBlockSize in Tinman.Terrain.Tools

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

interface ICanvasBlockSize base of Canvas
  ICanvasFactory

Attributes

BlockSize

Size of a canvas block.

property BlockSize { get }
type int32
value [>0] The block size, in canvas raster samples.

Remarks:

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

See also:

Canvas.BlockCoverage