Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Edge Property








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

Error processing SSI file