Visual Basic (Declaration) | |
---|---|
Public Property AutoPaint As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool AutoPaint {get; set;} |
Return Value
true to paint the overlay automatically when the image is painted; otherwise, false.For an example, refer to RasterImage.GetOverlayAttributes and
RasterImage.UpdateOverlayAttributes.
Set the value of this property to true to to paint the overlay automatically when the image is painted (with RasterImage.Paint).
For more information, refer to Overlay Overview.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family