Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / UniversalCellType Class / PaintBackground Method


In This Topic
    PaintBackground Method (UniversalCellType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub PaintBackground( _
       ByVal paintingContext As IPaintingContext, _
       ByVal rect As Rectangle, _
       ByVal path As GraphicsPath, _
       ByVal value As Object, _
       ByRef cfResult As CfExecutedResult _
    ) 
    'Usage
     
    
    Dim instance As UniversalCellType
    Dim paintingContext As IPaintingContext
    Dim rect As Rectangle
    Dim path As GraphicsPath
    Dim value As Object
    Dim cfResult As CfExecutedResult
     
    instance.PaintBackground(paintingContext, rect, path, value, cfResult)

    Parameters

    paintingContext
    rect
    path
    value
    cfResult
    See Also