←Select platform

FirstParameter Property

Summary

The first parameter of the filter.

Syntax
C#
VB
C++
public double FirstParameter {get; set;} 
Public Property FirstParameter As double 
public:  
   property double FirstParameter 
   { 
      double get() 
      void set(double value) 
   } 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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