LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CountLookupTableColorsResult Structure
See Also  Members  
Leadtools.ImageProcessing.Core Namespace : CountLookupTableColorsResult Structure



Structure that contains LookupTable information used by the CoreUtilities class. Supported in Silverlight, Windows Phone 7

Object Model

CountLookupTableColorsResult Structure

Syntax

Visual Basic (Declaration) 
Public Structure CountLookupTableColorsResult 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As CountLookupTableColorsResult
C# 
public struct CountLookupTableColorsResult : System.ValueType 
C++/CLI 
public value class CountLookupTableColorsResult : public System.ValueType 

Example

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ImageProcessing.Core.CountLookupTableColorsResult

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also