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

BricksRoughness Property






Gets or sets the Brick roughness. .NET support WinRT support
Syntax
public int BricksRoughness {get; set;}
'Declaration
 
Public Property BricksRoughness As Integer
'Usage
 
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.BricksRoughness = value
 
value = instance.BricksRoughness
public int BricksRoughness {get; set;}
 get_BricksRoughness();
set_BricksRoughness(value);
public:
property int BricksRoughness {
   int get();
   void set (    int value);
}

Property Value

Brick roughness. Valid range is from 0 to 300. At 0, the brick looks completely smooth. Use higher values to increase the roughness of the brick surface.
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.