←Select platform

BricksWidth Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public int BricksWidth { get; set; } 
  
Public Property BricksWidth As Integer 
public int BricksWidth {get; set;} 
  
get_BricksWidth(); 
set_BricksWidth(value); 
Object.defineProperty('BricksWidth');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly