LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Edge Property






Gets or sets the percentage by which to smooth the light border. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LightCommandData Structure
LightCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices

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