Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / UpdateDrawingObjectAnchorPoints Method
the DrawingObject.
The boundary of the drawing object.


In This Topic
    UpdateDrawingObjectAnchorPoints Method
    In This Topic
    Update anchor points of the drawing object based on display rectangle.
    Syntax
    'Declaration
     
    
    Public Sub UpdateDrawingObjectAnchorPoints( _
       ByVal drawingObject As DrawingObject, _
       ByRef resizeRect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim drawingObject As DrawingObject
    Dim resizeRect As Rectangle
     
    instance.UpdateDrawingObjectAnchorPoints(drawingObject, resizeRect)
    public void UpdateDrawingObjectAnchorPoints( 
       DrawingObject drawingObject,
       ref Rectangle resizeRect
    )

    Parameters

    drawingObject
    the DrawingObject.
    resizeRect
    The boundary of the drawing object.
    See Also