ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / CreateImage Method / CreateImage(Int32,Int32,Int32,Int32) Method

In This Topic
    CreateImage(Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function CreateImage( _
       ByVal topRow As Integer, _
       ByVal leftCol As Integer, _
       ByVal bottomRow As Integer, _
       ByVal rightCol As Integer _
    ) As Image
    public Image CreateImage( 
       int topRow,
       int leftCol,
       int bottomRow,
       int rightCol
    )

    Parameters

    topRow
    leftCol
    bottomRow
    rightCol
    See Also