#include "ltwrappr.h"
virtual L_BOOL LBitmapRgn::IsPtInRgn(nRow, nCol)
virtual L_BOOL LBitmapRgn::IsPtInRgn(pPoint)
L_INT nRow; |
row number of the pixel |
L_INT nCol; |
column number of the pixel |
LPPOINT pPoint; |
pointer to a structure of type POINT |
Determines whether the specified pixel is in the associated class object's bitmap region.
Parameter |
Description |
nRow |
The row number of the pixel. |
nCol |
The column number of the pixel. |
pPoint |
Pointer to a structure of type POINT to be tested. |
TRUE |
The specified pixel is in the region. |
FALSE |
The specified pixel is outside the region. |
This function uses bitmap coordinates to specify the pixel. Therefore, you must account for the view perspective of the bitmap. For more information, refer to Accounting for View Perspective.
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
Functions: |
LBitmapRgn::BitmapHasRgn, LBitmapRgn::Free, LBitmapRgn::GetRgnArea, Class Members |
Topics: |
|
|
|
|
For an example, refer to LBitmapRgn::SetRgnRoundRect.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document