←Select platform

EdgeWidth Property

Summary

Gets or sets the perceived edge width, in pixels.

Syntax
C#
VB
C++
public int EdgeWidth { get; set; } 
  
Public Property EdgeWidth As Integer 
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:

edgewidth.jpg

Example

Refer to BricksTextureCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly