←Select platform

BricksRoughnessEvenness Property

Summary

Gets or sets the weathering factor for the bricks.

Syntax

C#
VB
WinRT C#
C++
public int BricksRoughnessEvenness { get; set; } 
  
Public Property BricksRoughnessEvenness As Integer 
public int BricksRoughnessEvenness {get; set;} 
  
get_BricksRoughnessEvenness(); 
set_BricksRoughnessEvenness(value); 
Object.defineProperty('BricksRoughnessEvenness');  
public: 
property int BricksRoughnessEvenness { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly