LBitmapRgn::GetRgnXForm

#include "ltwrappr.h"

L_BOOL LBitmapRgn::GetRgnXForm(pXform)

pRGNXFORM pXform;

/* pointer to a region transform structure of type RGNXFORM */

Retrieves the region transform that is used by the region functions.

Parameter

Description

pXform

Pointer to a region transform structure of type RGNXFORM. This will be updated with the transform information.

Returns

TRUE

There is a valid region transform.

FALSE

There is not a region transform for the object.

Comments

Call this function to retrieve the region transform that is used by the region functions.

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.

See Also

Elements:

LBitmapRgn::SetRgnXForm, Class Members

Topics:

Raster Image Functions: Creating and Using a Region

 

Raster Image Functions: Region Processing

 

Defining and Using a Bitmap Region

Example

For an example, refer to LBitmapRgn::SetRgnPolygon.