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

XBlock Property (DiceEffectCommand)






Gets or sets the width of each block in pixels or the number of blocks per row. .NET support WinRT support
Syntax
public int XBlock {get; set;}
'Declaration
 
Public Property XBlock As Integer
'Usage
 
Dim instance As DiceEffectCommand
Dim value As Integer
 
instance.XBlock = value
 
value = instance.XBlock
public int XBlock {get; set;}
 get_XBlock();
set_XBlock(value);
public:
property int XBlock {
   int get();
   void set (    int value);
}

Property Value

If the DiceEffectCommandFlags.ResizeImage flag is set, this property represents the width of each block, in pixels. If the DiceEffectCommandFlags.Count flag is set, this property represents the number of blocks per row.
Example
Refer to DiceEffectCommand.
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

DiceEffectCommand Class
DiceEffectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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