←Select platform

CellWidth Property

Summary

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

Syntax

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

Property Value

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

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