Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

MortarRoughness Property








Gets or sets the mortar roughness.
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);
Object.defineProperty('MortarRoughness');
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

See Also

Reference

BricksTextureCommand Class
BricksTextureCommand Members

Error processing SSI file