ScaleMode property (ILEADRasterScr)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

RasterScaleModeConstants ScaleMode

Overview

Refer to Implementing Screen Capture.

Remarks

Specifies the unit of measure for the Screen Control.

The user can change the unit of measure at any time without affecting measurements that the control maintains. The control accepts values and converts them to pixels internally. This means, for example, that if the user set a property value in twips, the value that the user gets back may be slightly different, since it is rounded to the nearest pixel. Possible values are:

Setting

Description

1

Twips (1440 twips per logical inch; 567 twips per logical centimeter).

2

Points (72 points per logical inch).

3

Pixels (smallest unit of monitor or printer resolution).

4

Characters (horizontal = 120 twips per unit; vertical = 240 twips per unit).

5

Inches.

6

Millimeters.

7

Centimeters.

See Also

Topics:

Screen Capture: Miscellaneous properties