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


In This Topic
    FlatCornerHeaderRenderer Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Creates a new painter of the corner 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 FlatCornerHeaderRenderer(info, context)
    protected FlatCornerHeaderRenderer( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    Serialization information
    context
    Streaming context
    See Also