LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

CellTypes Property

Show in webframe







Gets the list of LeadZoneType structures that represents the type of the cell.
Syntax
public IVector<LeadZoneType> CellTypes {get;}
'Declaration
 
Public ReadOnly Property CellTypes As IVector(Of LeadZoneType)
'Usage
 
Dim instance As LeadZoneTableData
Dim value As IVector(Of LeadZoneType)
 
value = instance.CellTypes
public IVector<LeadZoneType> CellTypes {get;}

            

            
 get_CellTypes(); 
public:
property IVector<LeadZoneType>^ CellTypes {
   IVector<LeadZoneType>^ get();
}

Property Value

list of LeadZoneType structures that represents the type of the cell.
Remarks
Requirements

Target Platforms

See Also

Reference

LeadZoneTableData Class
LeadZoneTableData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.