←Select platform

DoubleBuffer Property (RasterThumbnailBrowser)

Summary

Enables or disables double buffer painting, which eliminates flicker.

Syntax

C#
VB
C++
public bool DoubleBuffer {get; set;} 
Public Property DoubleBuffer As Boolean 
public: 
property bool DoubleBuffer { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable double buffer painting; false otherwise.

Example

For an example, refer to RasterImageList.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly