←Select platform

YBlock Property

Summary

Gets or sets the height of each block in pixels or the number of blocks per column.

Syntax

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

Property Value

If the DiceEffectCommandFlags.ResizeImage flag is set, this property represents the height of each block, in pixels. If the DiceEffectCommandFlags.Count flag is set, this property represents the number of blocks per column.

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