J2KROIControl property (Main Control)
Builder Syntax |
int J2KROIControl |
Delphi Syntax |
J2KROIControl: Integer |
Overview |
Remarks
Gets or sets an integer value that indicates how to define the region of interest. Possible values are:
Value |
Description |
J2K_USE_OPTION_RECT: |
[0] Use the rectangle specified in the J2KROIRect property to define the region of interest. |
J2K_USE_LEAD_REGION: |
[1] Use the LEAD bitmap region to define the region of interest. |
See Also