LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Type Property (MaskConvolutionCommand)

Show in webframe







Gets or sets the mask to use in the convolution process.
Syntax
public MaskConvolutionCommandType Type {get; set;}
'Declaration
 
Public Property Type As MaskConvolutionCommandType
'Usage
 
Dim instance As MaskConvolutionCommand
Dim value As MaskConvolutionCommandType
 
instance.Type = value
 
value = instance.Type
public MaskConvolutionCommandType Type {get; set;}
@property (nonatomic, assign) LTMaskConvolutionCommandType type;
public MaskConvolutionCommandType getType()
public void setType(MaskConvolutionCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property MaskConvolutionCommandType Type {
   MaskConvolutionCommandType get();
   void set (    MaskConvolutionCommandType value);
}

Property Value

Enumeration that indicates which mask to use in the convolution process.
Example
Refer to MaskConvolutionCommand example.
Requirements

Target Platforms

See Also

Reference

MaskConvolutionCommand Class
MaskConvolutionCommand Members

 

 


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