PAINTCALLBACK_EXTSELECTCLIPRGN Function

#include "l_bitmap.h"

L_INTpEXT_CALLBACKYourFunction(pDisplay, hRgn, nMode, pUserData)

This is the callback that replaces theExtSelectClipRgnGDI function.

Parameters

L_VOID*pDisplay

Handle of the device context passed to the paint function.

HRGNhRgn

Handle to the region to be selected.

L_INTnMode

Specifies the operation to be performed.

L_VOID*pUserData

Void pointer that you can use to access a variable or structure containing data that your callback function needs. This gives you a way to receive data indirectly from the function that uses this callback function. (This is the same pointer that you pass in the pUserData parameter of thePAINTCALLBACKDATAstructure.)

Returns

The return values are the same as the return values for the corresponding GDI function.

Comments

The internal display engine calls your callback function if you override the corresponding GDI function in thePAINTCALLBACKDATAstructure.

pDisplay is the pDisplay member from thePAINTCALLBACKDATAstructure that you passed to the paint function. The default callbacks expect it to be a HDC handle. But, if you override all the paint callbacks, it can be a pointer of any type you want.

Please see the Microsoft documentation for the values you are expected to return and for the meaning of the parameters before pUserData.

Required DLLs and Libraries

Example

For an example, refer toL_PaintDCCallback.

LEADTOOLS Raster Imaging C API Help
188金宝搏的网址客服|Support|Contact Us|Intellectual Property Notices
© 1991-2021LEAD Technologies, Inc.All Rights Reserved.