LEADTOOLS (Leadtools assembly)

AutoPaint Property

Show in webframe







Gets or sets a value which determines whether to paint the overlay automatically when the image is painted.
Syntax
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)
            
 
get_AutoPaint();
set_AutoPaint(value);
Object.defineProperty('AutoPaint');
public:
property bool AutoPaint {
   bool get();
   void set (    bool value);
}

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 to paint the overlay automatically when the image is painted (with RasterImagePainter.Paint).

For more information, refer to Overlay Overview.

Example
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Requirements

Target Platforms

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.