LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BricksRoughness Property

Show in webframe







Gets or sets the Brick roughness.
Syntax
public int BricksRoughness {get; set;}
'Declaration
 
Public Property BricksRoughness As Integer
'Usage
 
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.BricksRoughness = value
 
value = instance.BricksRoughness
public int BricksRoughness {get; set;}

            

            
 
get_BricksRoughness();
set_BricksRoughness(value);
Object.defineProperty('BricksRoughness');
public:
property int BricksRoughness {
   int get();
   void set (    int value);
}

Property Value

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