Visual Basic (Declaration) | |
---|---|
Public Property LookupTable As RasterColor() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterWindowLevelDialog Dim value() As RasterColor instance.LookupTable = value value = instance.LookupTable |
C# | |
---|---|
public RasterColor[] LookupTable {get; set;} |
C++/CLI | |
---|---|
public: property array<RasterColor>^ LookupTable { array<RasterColor>^ get(); void set ( array<RasterColor>^ value); } |
Property Value
Represents the lookup table that can be used to implement a user-defined conversion. For every intensity value between 0 and 2 raised to the power of (HighBit - LowBit + 1) - 1 there should be a corresponding entry in the lookup table that contains a Rgb quad.Refer to RasterWindowLevelDialog example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
RasterWindowLevelDialog ClassRasterWindowLevelDialog Members
Leadtools.RasterPalette.WindowLevelFillLookupTable(Leadtools.RasterColor[],Leadtools.RasterColor,Leadtools.RasterColor,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Leadtools.RasterPaletteWindowLevelFlags)