EmptyImageMask.Inflate

EmptyImageMask.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 EmptyImageMask as ImageMask.

See Also