←Select platform

SpatialFilterCommand Constructor(SpatialFilterCommandPredefined)

Summary

Initializes a new SpatialFilterCommand class object with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal predefined As SpatialFilterCommandPredefined _ 
) 
- (instancetype)initWithPredefinedSpatialFilter:(LTSpatialFilterCommandPredefined)predefined 
public SpatialFilterCommand(SpatialFilterCommandPredefined predefined) 
public: 
SpatialFilterCommand(  
   SpatialFilterCommandPredefined predefined 
) 

Parameters

predefined
Value that represents a predefined spatial filters.

Example

Refer to SpatialFilterCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly