LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

EdgeWidth Property

Show in webframe







Gets or sets the perceived edge width, in pixels.
Syntax
public int EdgeWidth {get; set;}
'Declaration
 
Public Property EdgeWidth As Integer
'Usage
 
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.EdgeWidth = value
 
value = instance.EdgeWidth
public int EdgeWidth {get; set;}

            

            
 
get_EdgeWidth();
set_EdgeWidth(value);
Object.defineProperty('EdgeWidth');
public:
property int EdgeWidth {
   int get();
   void set (    int value);
}

Property Value

Perceived edge width, in pixels, which represents the brick edge width when the brick is viewed from the perpendicular to the front of the brick. Minimum value is 1. See the following figure:
Example
Refer to BricksTextureCommand example.
Requirements

Target Platforms

See Also

Reference

BricksTextureCommand Class
BricksTextureCommand Members

 

 


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