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


IMoveBitmapFeedback.Start Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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(
  long hBitmap,
  long Width,
  long Height,
  long OffsetX,
  long OffsetY
);
[C++]

Parameters hBitmap [in] hBitmap is a parameter of type long 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