←Select platform

CellHeight Property

Summary

Gets or sets a value that represents the height of a cell in pixels or the number of cells present across the height of the image.

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

Property Value

Value that represents the height of a cell in pixels or the number of cells present across the height of the image, based on the flags set in the Flags property. The valid range is between 2 and half the image height.

Example

Refer to GlassEffectCommand.

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