LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

MortarRoughnessEvenness Property

Show in webframe







Gets or sets the weathering factor for the mortar.
Syntax
public int MortarRoughnessEvenness {get; set;}
'Declaration
 
Public Property MortarRoughnessEvenness As Integer
'Usage
 
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.MortarRoughnessEvenness = value
 
value = instance.MortarRoughnessEvenness
public int MortarRoughnessEvenness {get; set;}

            

            
 
get_MortarRoughnessEvenness();
set_MortarRoughnessEvenness(value);
Object.defineProperty('MortarRoughnessEvenness');
public:
property int MortarRoughnessEvenness {
   int get();
   void set (    int value);
}

Property Value

Weathering factor for the mortar. Valid range is from 0 to 10. The higher the value the more weathered the mortar looks.
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.