| Visual Basic (Declaration) | |
|---|---|
Public Property Width As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ApplyLinearVoiLookupTableCommand Dim value As Double instance.Width = value value = instance.Width | |
| C# | |
|---|---|
public double Width {get; set;} | |
Property Value
Width of the window of interest.Refer to Leadtools.ImageProcessing.Core.ApplyLinearVoiLookupTableCommand example.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code