virtual L_BOOL LBitmapRgn::IsPtInRgn(nRow, nCol)
virtual L_BOOL LBitmapRgn::IsPtInRgn(pPoint)
Determines whether the specified pixel is in the associated class object's bitmap region.
The row number of the pixel.
The column number of the pixel.
Pointer to a structure of type POINT to be tested.
Value | Meaning |
---|---|
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.
Win32, x64.
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