←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
Objective-C
C++
Java
public bool AutoPaint { get; set; } 
Public Property AutoPaint As Boolean 
@property (nonatomic, assign) BOOL autoPaint 
public boolean getAutoPaint() 
public void setAutoPaint(boolean value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly