LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

VerticalDimension Property

Show in webframe







Gets or sets the vertical effect size, in pixels.
Syntax
public int VerticalDimension {get; set;}
'Declaration
 
Public Property VerticalDimension As Integer
'Usage
 
Dim instance As ImpressionistCommand
Dim value As Integer
 
instance.VerticalDimension = value
 
value = instance.VerticalDimension
public int VerticalDimension {get; set;}

            

            
 
get_VerticalDimension();
set_VerticalDimension(value);
Object.defineProperty('VerticalDimension');
public:
property int VerticalDimension {
   int get();
   void set (    int value);
}

Property Value

Vertical effect size, in pixels. This property only accepts positive values.
Example
Refer to ImpressionistCommand.
Requirements

Target Platforms

See Also

Reference

ImpressionistCommand Class
ImpressionistCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.