LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

CellWidth Property (GlassEffectCommand)






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. .NET support WinRT support
Syntax
public int CellWidth {get; set;}
'Declaration
 
Public Property CellWidth As Integer
'Usage
 
Dim instance As GlassEffectCommand
Dim value As Integer
 
instance.CellWidth = value
 
value = instance.CellWidth
public int CellWidth {get; set;}
 get_CellWidth();
set_CellWidth(value);
public:
property int CellWidth {
   int get();
   void set (    int value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlassEffectCommand Class
GlassEffectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.