DrawPersistence property (ILEADRasterFXD)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BOOL DrawPersistence

Overview

Refer to Drawing Simple Objects and Drawing Three-Dimensional Shapes and Text.

Remarks

Determines whether drawing objects are drawn on the screen or on the bitmap. When drawing text to the bitmap, the best quality is achieved when the image is not scaled (when PaintSizeMode = PAINTSIZEMODE_NORMAL).

Whether you draw to the screen or to the bitmap, drawing objects are always positioned in the Main Control's client area. If the target is the bitmap, LEADTOOLS translates the values to bitmap coordinates.

Value

Meaning

TRUE

Draw to the bitmap.

FALSE

Draw to the screen.

See Also

Topics:

Drawing Effects:3D Drawing Special Effects

 

Examining and Altering Bitmaps