←Select platform

FirstParameter Property

Summary

The first parameter of the filter.

Syntax
C#
Objective-C
C++/CLI
Python
public double FirstParameter {get; set;} 
@property (nonatomic, assign) double firstParameter; 
public:  
   property double FirstParameter 
   { 
      double get() 
      void set(double value) 
   } 
FirstParameter # get and set (PreDefinedFilterCommand) 

Property Value

The first parameter of the filter. The meaning of this parameter is based on the value of the Type property.

Remarks
  • If the type is GAUSSIAN, then the first parameter is the Size of the filter.
  • If the type is MOTION, then the first parameter is the Length of the filter.
Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.