FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / GetGridImage Method / GetGridImage(CellRange,ScaleMode) Method
CellRange to include in the image.
ScaleMode that determine how will the image get scaled.

In This Topic
    GetGridImage(CellRange,ScaleMode) Method
    In This Topic
    Gets a System.Windows.FrameworkElement that represents a given part of the grid.
    Syntax
    'Declaration
     
    Public Overloads Function GetGridImage( _
       ByVal rng As CellRange, _
       Optional ByVal scaleMode As ScaleMode _
    ) As FrameworkElement
    public FrameworkElement GetGridImage( 
       CellRange rng,
       ScaleMode scaleMode
    )

    Parameters

    rng
    CellRange to include in the image.
    scaleMode
    ScaleMode that determine how will the image get scaled.

    Return Value

    A System.Windows.FrameworkElement that represents a given part of the grid.
    See Also