LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Edge Property

Show in webframe







Gets or sets the percentage by which to smooth the light border.
Syntax
public int Edge {get; set;}
'Declaration
 
Public Property Edge As Integer
'Usage
 
Dim instance As LightCommandData
Dim value As Integer
 
instance.Edge = value
 
value = instance.Edge
public int Edge {get; set;}

            

            
 
get_Edge();
set_Edge(value);
Object.defineProperty('Edge');
public:
property int Edge {
   int get();
   void set (    int value);
}

Property Value

Percentage by which to smooth the light border. The valid range is from 0 to 100.
Example
Refer to LightCommand.
Requirements

Target Platforms

See Also

Reference

LightCommandData Structure
LightCommandData Members

 

 


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