LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Width Property (ApplyLinearVoiLookupTableCommand)






Width of the window of interest. .NET support WinRT support Silverlight support
Syntax
public double Width {get; set;}
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As ApplyLinearVoiLookupTableCommand
Dim value As Double
 
instance.Width = value
 
value = instance.Width
public double Width {get; set;}
 get_Width();
set_Width(value);
public:
property double Width {
   double get();
   void set (    double value);
}

Property Value

Width of the window of interest.
Example
Refer to ApplyLinearVoiLookupTableCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplyLinearVoiLookupTableCommand Class
ApplyLinearVoiLookupTableCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.