Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / GdiPlusDrawingContext Constructor


In This Topic
    GdiPlusDrawingContext Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal windowsGraphics As WindowsGraphics, _
       ByVal workbook As Workbook _
    )
    'Usage
     
    
    Dim windowsGraphics As WindowsGraphics
    Dim workbook As Workbook
     
    Dim instance As New GdiPlusDrawingContext(windowsGraphics, workbook)
    public GdiPlusDrawingContext( 
       WindowsGraphics windowsGraphics,
       Workbook workbook
    )

    Parameters

    windowsGraphics
    workbook
    See Also