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

Show in webframe

SpatialFilterCommand Constructor(SpatialFilterCommandPredefined)








Value that represents a predefined spatial filters.
Initializes a new SpatialFilterCommand class object with explicit parameters.
Syntax
public SpatialFilterCommand( 
   SpatialFilterCommandPredefined predefined
)
'Declaration
 
Public Function New( _
   ByVal predefined As SpatialFilterCommandPredefined _
)
'Usage
 
Dim predefined As SpatialFilterCommandPredefined
 
Dim instance As New SpatialFilterCommand(predefined)
public SpatialFilterCommand( 
   SpatialFilterCommandPredefined predefined
)
- (instancetype)initWithPredefinedSpatialFilter:(LTSpatialFilterCommandPredefined)predefined
public SpatialFilterCommand(SpatialFilterCommandPredefined predefined)
function SpatialFilterCommand( 
   predefined 
)
public:
SpatialFilterCommand( 
   SpatialFilterCommandPredefined predefined
)

Parameters

predefined
Value that represents a predefined spatial filters.
Example
Refer to SpatialFilterCommand.
Requirements

Target Platforms

See Also

Reference

SpatialFilterCommand Class
SpatialFilterCommand Members
Overload List

Error processing SSI file