Click or drag to resize

IMcBitMaskCopyFrom Method

Sets the bit mask from a source bit mask.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub CopyFrom ( 
	SourceBitMask As McBitMask
)

Parameters

SourceBitMask
Type: MediaCy.IQL.FeaturesMcBitMask
The source McBitMask object. If Nothing, then the bitmap is cleared.
Remarks
This method can also be used to clear the bitmap to empty.
See Also