←Select platform

HorizontalDimension Property

Summary

Gets or sets the horizontal effect size, in pixels.

Syntax

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

Property Value

Horizontal effect size, in pixels. This property only accepts positive values.

Example

Refer to ImpressionistCommand.

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