Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
EdgeWidth Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > BricksTextureCommand Class : EdgeWidth Property



Gets or sets the perceived edge width, in pixels.

Syntax

Visual Basic (Declaration)  
Public Property EdgeWidth As Integer
Visual Basic (Usage) Copy Code
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.EdgeWidth = value
 
value = instance.EdgeWidth
C#  
public int EdgeWidth {get; set;}
C++/CLI  
public:
property int EdgeWidth {
   int get();
   void set (int value);
}

Return 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also