Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Type Property (MaskConvolutionCommand)








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)
            
 <br/>get_Type();<br/>set_Type(value);<br/>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

Error processing SSI file