Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ImageCellType Class / ImageCellType Constructor / ImageCellType Constructor(RenderStyle,Color,Int32)
Render style
Color to set as transparent
Amount of transparency tolerance from the transparent color


In This Topic
    ImageCellType Constructor(RenderStyle,Color,Int32)
    In This Topic
    Creates a new image cell with the specified render style, transparency color, and tolerance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As RenderStyle, _
       ByVal transparencyColor As Color, _
       ByVal transparencyTolerance As Integer _
    )
    'Usage
     
    
    Dim style As RenderStyle
    Dim transparencyColor As Color
    Dim transparencyTolerance As Integer
     
    Dim instance As New ImageCellType(style, transparencyColor, transparencyTolerance)

    Parameters

    style
    Render style
    transparencyColor
    Color to set as transparent
    transparencyTolerance
    Amount of transparency tolerance from the transparent color
    See Also