BitMap.growMask

Applies morphological dilation to the bitmap. The first argument is the dilation amount, Rect2 is the area where the dilation will be applied.

struct BitMap
@nogc nothrow
void
growMask
(
in long pixels
,
in Rect2 rect
)

Meta