ImageBitMask.op_Multiply

ImageBitMask Multiply operator

Intersection of two masks.

public static ImageBitMask operator *(ImageBitMask a, ImageBitMask b)
ParameterTypeDescription
aImageBitMaskThe first mask.
bImageBitMaskThe second mask.

Return Value

New ImageBitMask.

See Also