←Select platform

AutoPaint Property

Summary

Gets or sets a value which determines whether to paint the overlay automatically when the image is painted.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool AutoPaint { get; set; } 
Public Property AutoPaint As Boolean 
public bool AutoPaint {get; set;} 
@property (nonatomic, assign) BOOL autoPaint 
public boolean getAutoPaint() 
public void setAutoPaint(boolean value) 
             
 <br/>get_AutoPaint();<br/>set_AutoPaint(value);<br/>Object.defineProperty('AutoPaint');  
public: 
property bool AutoPaint { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to paint the overlay automatically when the image is painted; otherwise, false.

Remarks

Set the value of this property to true to paint the overlay automatically when the image is painted (with RasterImagePainter.Paint).

For more information, refer to Overlay Overview.

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 Assembly