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
SyntaxSub CopyFrom (
SourceBitMask As McBitMask
)
Parameters
- SourceBitMask
- Type: MediaCy.IQL.FeaturesMcBitMask
The source McBitMask object. If Nothing, then the
bitmap is cleared.
RemarksThis method can also be used to clear the bitmap to empty.
See Also