CanvasFactory
Description
- Derived from
-
Disposable abstract
ICanvasFactory - Extended by
-
CanvasFactoryHeightmap sealed
CanvasFactoryPixelPyramid sealed
Abstract base class for ICanvasFactory implementations.
Public / Attributes
BlockSize
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.
- See also