Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterOverlayAttributes Class : AutoPaint Property |
public bool AutoPaint {get; set;}
'Declaration
Public Property AutoPaint As Boolean
'Usage
Dim instance As RasterOverlayAttributes Dim value As Boolean instance.AutoPaint = value value = instance.AutoPaint
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');
Set the value of this property to true to to paint the overlay automatically when the image is painted (with RasterImagePainter.Paint).
For more information, refer to Overlay Overview.