←Select platform

DoubleBuffer Property (RasterThumbnailBrowser)

Summary

Enables or disables double buffer painting, which eliminates flicker.

Syntax

C#
VB
C++
[DescriptionAttribute("Indicates whether drawing is performed in a buffer, and after it completes, the result is output to the screen.")] 
[CategoryAttribute("Behavior")] 
public bool DoubleBuffer {get; set;} 
<DescriptionAttribute("Indicates whether drawing is performed in a buffer, and after it completes, the result is output to the screen.")> 
<CategoryAttribute("Behavior")> 
Public Property DoubleBuffer As Boolean 
[DescriptionAttribute("Indicates whether drawing is performed in a buffer, and after it completes, the result is output to the screen.")] 
[CategoryAttribute("Behavior")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize