LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Filter Property (AntiAliasingCommand)

Show in webframe







Gets or sets a value that indicates the type of anti-aliasing filter to use.
Syntax
public AntiAliasingCommandType Filter {get; set;}
'Declaration
 
Public Property Filter As AntiAliasingCommandType
'Usage
 
Dim instance As AntiAliasingCommand
Dim value As AntiAliasingCommandType
 
instance.Filter = value
 
value = instance.Filter
public AntiAliasingCommandType Filter {get; set;}
@property (nonatomic, assign) LTAntiAliasingCommandType filter;
public AntiAliasingCommandType getFilter()
public void setFilter(AntiAliasingCommandType value)
            
 
get_Filter();
set_Filter(value);
Object.defineProperty('Filter');
public:
property AntiAliasingCommandType Filter {
   AntiAliasingCommandType get();
   void set (    AntiAliasingCommandType value);
}

Property Value

Value that indicates the type of anti-aliasing filter to use.
Example
Refer to AntiAliasingCommand.
Requirements

Target Platforms

See Also

Reference

AntiAliasingCommand Class
AntiAliasingCommand Members

 

 


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