[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ImageCellType.-ctor

ImageCellType Constructor

ImageCellType()

Creates a new image cell with default settings.

Declaration
public ImageCellType()
Public Sub New()

ImageCellType(RenderStyle)

Creates a new image cell with the specified render style.

Declaration
public ImageCellType(RenderStyle style)
Public Sub New(style As RenderStyle)
Parameters
Type Name Description
RenderStyle style

RenderStyle

ImageCellType(RenderStyle, Color)

Creates a new image cell with the specified render style and transparency color.

Declaration
public ImageCellType(RenderStyle style, Color transparencyColor)
Public Sub New(style As RenderStyle, transparencyColor As Color)
Parameters
Type Name Description
RenderStyle style

Render style

Color transparencyColor

Color to set as transparent

ImageCellType(RenderStyle, Color, int)

Creates a new image cell with the specified render style, transparency color, and tolerance.

Declaration
public ImageCellType(RenderStyle style, Color transparencyColor, int transparencyTolerance)
Public Sub New(style As RenderStyle, transparencyColor As Color, transparencyTolerance As Integer)
Parameters
Type Name Description
RenderStyle style

Render style

Color transparencyColor

Color to set as transparent

int transparencyTolerance

Amount of transparency tolerance from the transparent color

ImageCellType(SerializationInfo, StreamingContext)

Creates a new image cell from serialization.

Declaration
protected ImageCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

SerializationInfo

StreamingContext context

StreamingContext