←Select platform

Width Property

Summary

A variable to be updated with the range of color intensities that define your window of interest.

Syntax
C#
VB
Objective-C
C++
Java
public double Width { get; } 
Public ReadOnly Property Width As Double 
@property (nonatomic, assign, readonly) double width 
public double getWidth() 
public: 
property double Width { 
   double get(); 
} 

Property Value

A variable to be updated with the range of color intensities that define your window of interest.

Example

Refer to GetLinearVoiLookupTableCommand.

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