←Select platform

DoubleBuffer Property (RasterImageViewer)

Summary

Enables or disables double buffer painting, which eliminates flicker.

Syntax

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

Property Value

true to enable double buffer painting, false to disable it.

Example

Refer to RasterImageViewer.

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