Base interface for classes that have a canvas block size property.
interface
|
ICanvasBlockSize
|
base of
|
Canvas
|
||
ICanvasFactory
|
Size of a canvas block.
property
|
BlockSize
{
get
}
|
||
type
|
int32
|
||
value
|
|
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