LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

XBlock Property (PuzzleEffectCommand)

Show in webframe







Gets or sets the width of the each block in pixels or the number of blocks per row.
Syntax
public int XBlock {get; set;}
'Declaration
 
Public Property XBlock As Integer
'Usage
 
Dim instance As PuzzleEffectCommand
Dim value As Integer
 
instance.XBlock = value
 
value = instance.XBlock
public int XBlock {get; set;}

            

            
 
get_XBlock();
set_XBlock(value);
Object.defineProperty('XBlock');
public:
property int XBlock {
   int get();
   void set (    int value);
}

Property Value

If the PuzzleEffectCommandFlags.Size flag is set, this value represents the width of the each block, in pixels. If the PuzzleEffectCommandFlags.Count flag is set, it represents the number of blocks per row. Only positive values are accepted.
Example
Refer to PuzzleEffectCommand.
Requirements

Target Platforms

See Also

Reference

PuzzleEffectCommand Class
PuzzleEffectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.