Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / GetIconRect Method


In This Topic
    GetIconRect Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetIconRect( _
       ByVal headerRect As Rectangle, _
       ByVal zoomFactor As Double, _
       ByVal iconSize As Size, _
       ByVal icon As BuiltInIcons _
    ) As Rectangle
    'Usage
     
    
    Dim instance As Slicer
    Dim headerRect As Rectangle
    Dim zoomFactor As Double
    Dim iconSize As Size
    Dim icon As BuiltInIcons
    Dim value As Rectangle
     
    value = instance.GetIconRect(headerRect, zoomFactor, iconSize, icon)

    Parameters

    headerRect
    zoomFactor
    iconSize
    icon
    See Also