←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
Java
Objective-C
WinRT C#
C++
public double Width { get; } 
Public ReadOnly Property Width As Double 
public double Width {get;} 
@property (nonatomic, assign, readonly) double width 
public double getWidth() 
 get_Width();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly