LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BricksRoughnessEvenness Property

Show in webframe







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

            

            
 
get_BricksRoughnessEvenness();
set_BricksRoughnessEvenness(value);
Object.defineProperty('BricksRoughnessEvenness');
public:
property int BricksRoughnessEvenness {
   int get();
   void set (    int value);
}

Property Value

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