←Select platform

Values Property

Summary

The values of the point spread function.

Syntax
C#
VB
C++
public double[] Values {get; set;} 
Public Property Values As double() 
public:  
   property array<double>^ Values 
   { 
      array<double>^ get() 
      void set(array<double>^ value) 
   } 

Property Value

An array of double values that represents the values of the point spread function.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly