Click or drag to resize

ResampleMaskedCommand Constructor (Int32, Int32)

Construct a new ResampleMaskedCommand with the provided size and mask index.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ResampleMaskedCommand(
	int maxSize,
	int maskIndex
)

Parameters

maxSize
Type: SystemInt32
The maximum size for either dimension of the final image.
maskIndex
Type: SystemInt32
In color index to treat as a mask.
See Also