←Select platform

BricksHeight Property

Summary

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

Syntax

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

Property Value

Flat area of the brick height, in pixels. Valid range is from 0 to the image height. 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