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

Leadtools.ImageProcessing.SpecialEffects Assembly