This document is archived and information here might be outdated.  Recommended version.


IRasterSpatialSelection.MaskWriteBitmap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterSpatialSelection Interface > IRasterSpatialSelection.MaskWriteBitmap Method
ArcGIS Developer Help

IRasterSpatialSelection.MaskWriteBitmap Method

Perform the mask operation with bitmask.

[Visual Basic .NET]
Public Sub MaskWriteBitmap ( _
    ByVal TrackCancel As ITrackCancel, _
    ByRef pRect As tagRECT, _
    ByVal op As esriRasterSelectionMaskOp, _
    ByVal vBytes As Object, _
    [ByVal byBits As Boolean] _
)
[C#]
public void MaskWriteBitmap (
    ITrackCancel TrackCancel,
    ref tagRECT pRect,
    ref esriRasterSelectionMaskOp op,
    ref object vBytes,
    ref bool byBits
);
[C++]
HRESULT MaskWriteBitmap(
  ITrackCancel* TrackCancel,
  tagRECT* pRect,
  esriRasterSelectionMaskOp op,
  VARIANT vBytes,
  VARIANT_BOOL byBits
);
[C++]
Parameters
TrackCancel [in]

TrackCancel is a parameter of type ITrackCancel* pRect [in]
pRect is a parameter of type tagRECT* op [in]
op is a parameter of type esriRasterSelectionMaskOp vBytes [in]
vBytes is a parameter of type VARIANT byBits [in, optional, defaultvalue()]
byBits is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterSpatialSelection Interface