ScaleMode property (ILEADRasterFXD)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

long ScaleMode

Overview

Refer to Drawing Three-Dimensional Shapes and Text.

Remarks

Specifies the unit of measure for the ILEADRasterFXD properties.

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

Elements:

DstLeft property, DstTop property, DrawEllipse method, DrawRectangle method, DrawLine method, DrawTextWidth method, DrawTextHeight method, DrawShape method, DrawText method

Topics:

Drawing Effects:3D Drawing Special Effects