←Select platform

YBlock Property

Summary
Gets or sets the height of the each block in pixels or the number of blocks per column.
Syntax
C#
VB
C++
public int YBlock { get; set; } 
  
Public Property YBlock As Integer 
public: 
property int YBlock { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.