LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

ScratchColor Property

Show in webframe







Gets or sets a value that represents the color of the scratch lines.
Syntax
public RasterColor ScratchColor {get; set;}
'Declaration
 
Public Property ScratchColor As RasterColor
'Usage
 
Dim instance As AgingCommand
Dim value As RasterColor
 
instance.ScratchColor = value
 
value = instance.ScratchColor
public RasterColor ScratchColor {get; set;}

            

            
 
get_ScratchColor();
set_ScratchColor(value);
Object.defineProperty('ScratchColor');
public:
property RasterColor ScratchColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Color of the scratch lines.
Example
Refer to AgingCommand.
Requirements

Target Platforms

See Also

Reference

AgingCommand Class
AgingCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.