This document is archived and information here might be outdated. Recommended version. |
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