Creates tiles or cells to represents the image.
Syntax
public void Mosaic(
int
)
public: void Mosaic(
int
)
public:
void Mosaic(
int
)
'Declaration
Public Sub Mosaic( _
ByVal As Integer _
)
'Usage
Dim instance As Processor
Dim blockSize As Integer
instance.Mosaic(blockSize)
Parameters
- blockSize
An integer value which represents the block size.
The range is from 1 to 63.
See Also