DrawPersistence property (ILEADRasterFXD)
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: |
|
|