[]
        
Creates a new image cell with default settings.
public ImageCellType()
Public Sub New()
Creates a new image cell with the specified render style.
public ImageCellType(RenderStyle style)
Public Sub New(style As RenderStyle)
| Type | Name | Description | 
|---|---|---|
| RenderStyle | style | RenderStyle  | 
    
Creates a new image cell with the specified render style and transparency color.
public ImageCellType(RenderStyle style, Color transparencyColor)
Public Sub New(style As RenderStyle, transparencyColor As Color)
| Type | Name | Description | 
|---|---|---|
| RenderStyle | style | Render style  | 
    
| Color | transparencyColor | Color to set as transparent  | 
    
Creates a new image cell with the specified render style, transparency color, and tolerance.
public ImageCellType(RenderStyle style, Color transparencyColor, int transparencyTolerance)
Public Sub New(style As RenderStyle, transparencyColor As Color, transparencyTolerance As Integer)
| Type | Name | Description | 
|---|---|---|
| RenderStyle | style | Render style  | 
    
| Color | transparencyColor | Color to set as transparent  | 
    
| int | transparencyTolerance | Amount of transparency tolerance from the transparent color  | 
    
Creates a new image cell from serialization.
protected ImageCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description | 
|---|---|---|
| SerializationInfo | info | SerializationInfo  | 
    
| StreamingContext | context | StreamingContext  |