←Select platform

XBlock Property

Summary

Gets or sets the width of 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 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

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