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

EdgeWidth Property






Gets or sets the perceived edge width, in pixels. .NET support WinRT support
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);
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: 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

BricksTextureCommand Class
BricksTextureCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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