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


In This Topic
    MinMaxAnchorPoints Method
    In This Topic
    Get the union area as anchor points of all drawing objects.
    Syntax
    'Declaration
     
    
    Public Sub MinMaxAnchorPoints( _
       ByVal drawingObjects() As DrawingObject, _
       ByVal length As Integer, _
       ByRef minX As Double, _
       ByRef minY As Double, _
       ByRef maxX As Double, _
       ByRef maxY As Double, _
       Optional ByVal displayFormulas As Boolean, _
       Optional ByVal zoomFactor As Double _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim drawingObjects() As DrawingObject
    Dim length As Integer
    Dim minX As Double
    Dim minY As Double
    Dim maxX As Double
    Dim maxY As Double
    Dim displayFormulas As Boolean
    Dim zoomFactor As Double
     
    instance.MinMaxAnchorPoints(drawingObjects, length, minX, minY, maxX, maxY, displayFormulas, zoomFactor)
    public void MinMaxAnchorPoints( 
       DrawingObject[] drawingObjects,
       int length,
       out double minX,
       out double minY,
       out double maxX,
       out double maxY,
       bool displayFormulas,
       double zoomFactor
    )

    Parameters

    drawingObjects
    The drawing objects.
    length
    minX
    minY
    maxX
    maxY
    displayFormulas
    zoomFactor
    See Also