←Select platform

BricksWidth Property

Summary

Gets or sets the flat area of the brick width, in pixels.

Syntax
C#
VB
C++
public int BricksWidth { get; set; } 
  
Public Property BricksWidth As Integer 
public: 
property int BricksWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

The flat area of the brick width, in pixels. Valid range is from 0 to the image width. This property only accepts positive values.

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