LBitmapRgn::

#include "ltwrappr.h"

L_INT LBitmapRgn::SetRgnXForm(pXform)

pRGNXFORM pXform;

the new region transform

Sets the region transform to be used by the region functions.

Parameter

Description

pXform

The new region transform to be used by the region functions. Pass NULL to use the default region transformation.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Before calling this function, you must declare an RGNXFORM structure and set its values, which LEADTOOLS uses to translate between device context coordinates and bitmap coordinates. For details about how the structure works refer to the RGNXFORM structure description. For a description of common usage, refer to Translating Coordinates for a Bitmap Region.

The default settings for the region transform are:

the Scalar fields default to 1.

the Offset fields default to 0.

the View Perspective field defaults to the associated class objects bitmap 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.

Platforms

Win32, x64.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C++ Class Library Help