LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

MortarRoughness Property

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.