Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CornerRenderer Class / CornerRenderer Constructor / CornerRenderer Constructor(SerializationInfo,StreamingContext)
Serialization information
Streaming context


In This Topic
    CornerRenderer Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Creates a new painter of the corner cell from serialization.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    'Usage
     
    
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    Dim instance As New CornerRenderer(info, context)
    protected CornerRenderer( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    Serialization information
    context
    Streaming context
    See Also