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

MortarRoughness Property






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

Property Value

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