ImageBitMask.Inflate

ImageBitMask.Inflate method

Inflates this mask by the specified amount.

public override ImageMask Inflate(int size)
ParameterTypeDescription
sizeInt32The amount to inflate this mask.

Return Value

An inflated ImageBitMask as ImageMask.

See Also