Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetUnionRectangle Method
The drawing objects.


In This Topic
    GetUnionRectangle Method
    In This Topic
    Get the union area as anchor points of all drawing objects.
    Syntax
    'Declaration
     
    
    Public Function GetUnionRectangle( _
       ByVal drawingObjects() As DrawingObject, _
       ByVal length As Integer, _
       Optional ByVal displayFormulas As Boolean, _
       Optional ByVal zoomFactor As Double, _
       Optional ByVal isRightToLeft As Boolean _
    ) As Rectangle
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim drawingObjects() As DrawingObject
    Dim length As Integer
    Dim displayFormulas As Boolean
    Dim zoomFactor As Double
    Dim isRightToLeft As Boolean
    Dim value As Rectangle
     
    value = instance.GetUnionRectangle(drawingObjects, length, displayFormulas, zoomFactor, isRightToLeft)

    Parameters

    drawingObjects
    The drawing objects.
    length
    displayFormulas
    zoomFactor
    isRightToLeft
    See Also