This document is archived and information here might be outdated. Recommended version. |
Creates a cursor with a given pixel block size or native block size.
[Visual Basic .NET] Public Function CreateCursorEx ( _ ByVal pBlockSize As IPnt _ ) As IRasterCursor
[C#] public IRasterCursor CreateCursorEx ( IPnt pBlockSize );
[C++]
HRESULT CreateCursorEx(
IPnt* pBlockSize
);
[C++] Parameters pBlockSize [in]
pBlockSize is a parameter of type IPnt*