ImageMask.Inflate

ImageMask.Inflate method

Inflates this mask by the specified amount.

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

Return Value

An ImageMask.

See Also