Click or drag to resize

IBitmapImageLogicalAnd Method

Performs AND operation of mask and image.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage LogicalAnd(
	IBitmapImage boolMask
)

Parameters

boolMask
Type: CohesiveComputing.ImagingIBitmapImage
Boolean mask.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
Exceptions
ExceptionCondition
ArgumentNullExceptionboolMask
NotSupportedExceptionOperation not supported for implementation of argument boolMask.
ArgumentExceptionImage dimensions mis-match. - boolMask
See Also