This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMoveBitmapFeedback Interface > IMoveBitmapFeedback.Start Method (ArcObjects .NET 10.4 SDK) |
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