Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Medical Image Viewer C++ Class Library Help

DISPREGIONPROPS

Show in webframe

typedef struct tagDISPREGIONPROPS
{
   L_BOOL bCreateFromCenter;
   L_UINT uOperation;
} DISPREGIONPROPS, * pDISPREGIONPROPS;

The DISPREGIONPROPS structure contains options for controlling the region of interest feature.

Member

Description

bCreateFromCenter

Flag that indicates whether to create the region from the center as the user drags the mouse. Possible values are:

 

Value

Meaning

 

TRUE

Create from center.

 

FALSE

Create from edge. This is the default value.

uOperation

The action to apply on the existing bitmap region, if one is defined. For descriptions of the possible values, refer to Creating a Bitmap Region Inside the Image Viewer.

Comments

This structure contains information that controls the following actions:

CONTAINER_ACTION_REGION_RECTANGLE

CONTAINER_ACTION_REGION_ELLIPSE

CONTAINER_ACTION_REGION_CIRCLE

CONTAINER_ACTION_REGION_SQUARE

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.