←Select platform

DoubleBuffer Property

Summary

Enables or disables double buffer painting, which eliminates flicker.

Syntax

C#
VB
C++
public virtual bool DoubleBuffer { get; set; } 
Public Overridable Property DoubleBuffer As Boolean 
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

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

Leadtools.WinForms Assembly