←Select platform

Width Property

Summary
Width of the window of interest.
Syntax
C#
VB
Objective-C
C++
Java
public double Width { get; set; } 
Public Property Width As Double 
@property (nonatomic, assign) double width 
public double getWidth() 
public void setWidth(double value) 
public: 
property double Width { 
   double get(); 
   void set (    double ); 
} 

Property Value

Width of the window of interest.

Example

Refer to ApplyLinearVoiLookupTableCommand example.

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.