ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / CreateImage Method / CreateImage(Int32,Int32,Int32,Int32,EmfType) Method

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

    Parameters

    topRow
    leftCol
    bottomRow
    rightCol
    emfType
    See Also