←Select platform

BricksRoughness Property

Summary

Gets or sets the Brick roughness.

Syntax

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

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

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