This document is archived and information here might be outdated. Recommended version. |
Initializes the cursor by the raw pixel interface.
[Visual Basic .NET] Public Sub InitByRawPixels ( _ ByVal pRowPixels As IRawPixels, _ ByVal BlockSizeX As Integer, _ ByVal BlockSizeY As Integer _ )
[C#] public void InitByRawPixels ( IRawPixels pRowPixels, int BlockSizeX, int BlockSizeY );
[C++]
HRESULT InitByRawPixels(
IRawPixels* pRowPixels,
long BlockSizeX,
long BlockSizeY
);
[C++] Parameters pRowPixels [in]
pRowPixels is a parameter of type IRawPixels* BlockSizeX [in]
BlockSizeX is a parameter of type long BlockSizeY [in]
BlockSizeY is a parameter of type long