←Select platform

MortarRoughness Property

Summary

Gets or sets the mortar roughness.

Syntax

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

Property Value

Mortar roughness. Valid range is from 0 to 300. At 0, the mortar looks completely smooth. Use higher values to increase the roughness.

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