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

YBlock Property (PuzzleEffectCommand)






Gets or sets the height of the each block in pixels or the number of blocks per column. .NET support WinRT support
Syntax
public int YBlock {get; set;}
'Declaration
 
Public Property YBlock As Integer
'Usage
 
Dim instance As PuzzleEffectCommand
Dim value As Integer
 
instance.YBlock = value
 
value = instance.YBlock
public int YBlock {get; set;}
 get_YBlock();
set_YBlock(value);
public:
property int YBlock {
   int get();
   void set (    int value);
}

Property Value

If the PuzzleEffectCommandFlags.Size flag is set, this value represents the height of the each block, in pixels. If the PuzzleEffectCommandFlags.Count flag is set, it represents the number of blocks per column. Only positive values are accepted.
Example
Refer to PuzzleEffectCommand.
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

PuzzleEffectCommand Class
PuzzleEffectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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