←Select platform

EdgeWidth Property

Summary

Gets or sets the perceived edge width, in pixels.

Syntax

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

Property Value

Perceived edge width, in pixels, which represents the brick edge width when the brick is viewed from the perpendicular to the front of the brick. Minimum value is 1. See the following figure:

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