←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
C++
public int XBlock { get; set; } 
  
Public Property XBlock As Integer 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly