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


IMoveBitmapFeedback.Start Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMoveBitmapFeedback Interface > IMoveBitmapFeedback.Start Method
ArcGIS Developer Help

IMoveBitmapFeedback.Start Method

Begins a new feedback.

[Visual Basic .NET]
Public Sub Start ( _
    ByVal hBitmap As Integer, _
    ByVal Width As Integer, _
    ByVal Height As Integer, _
    ByVal OffsetX As Integer, _
    ByVal OffsetY As Integer _
)
[C#]
public void Start (
    int hBitmap,
    int Width,
    int Height,
    int OffsetX,
    int OffsetY
);
[C++]
HRESULT Start(
  OLE_HANDLE hBitmap,
  long Width,
  long Height,
  long OffsetX,
  long OffsetY
);
[C++]
Parameters
hBitmap [in]

hBitmap is a parameter of type OLE_HANDLE Width [in]
Width is a parameter of type long Height [in]
Height is a parameter of type long OffsetX [in]
OffsetX is a parameter of type long OffsetY [in]
OffsetY is a parameter of type long

Product Availability

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

See Also

IMoveBitmapFeedback Interface