BitonalScaling property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

TBitonalScaling BitonalScaling

Delphi Syntax

BitonalScaling:TBitonalScaling

Overview

Refer to Displaying an Image.

Remarks

(Document/Medical only, persistent property, available at design time) Sets options to improve the display of bitonal bitmaps when they are scaled (zoomed in or zoomed out).

Setting

Description

btsNormal

Causes bitonal images to be displayed normally when they are scaled.

btsFavorBlack

Enables a bias in preserving black objects when displaying zoomed-out 1-bit images. This can prevent the disappearance of fine lines and details, but it slows down the display.

btsScaleToGray

Enables grayscaling of 1-bit images when they are displayed. This improves the readability of the images when they are zoomed in or zoomed out, but it slows down the display.

See Also

Elements:

BackErase property, PaintDither property, PaintEffect property, PaintPalette property, PaintROP3 property, PaintGamma property, PaintIntensity property, PaintContrast property

Topics:

Raster Images: Displaying Images