←Select platform

XBlock Property

Summary

Gets or sets the width of the each block in pixels or the number of blocks per row.

Syntax

C#
VB
WinRT C#
C++
public int XBlock { get; set; } 
  
Public Property XBlock As Integer 
public int XBlock {get; set;} 
  
get_XBlock(); 
set_XBlock(value); 
Object.defineProperty('XBlock');  
public: 
property int XBlock { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly