Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetPercentageAnchorPoints Method
The DrawingObject.
The top-left anchor point.
The bottom-rigth anchor point.


In This Topic
    GetPercentageAnchorPoints Method
    In This Topic
    Get drawing object's anchor points with percentage offsets.
    Syntax
    'Declaration
     
    
    Public Sub GetPercentageAnchorPoints( _
       ByVal drawingObject As DrawingObject, _
       ByRef startAnchorPoint As AnchorPoint, _
       ByRef endAnchorPoint As AnchorPoint _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim drawingObject As DrawingObject
    Dim startAnchorPoint As AnchorPoint
    Dim endAnchorPoint As AnchorPoint
     
    instance.GetPercentageAnchorPoints(drawingObject, startAnchorPoint, endAnchorPoint)
    public void GetPercentageAnchorPoints( 
       DrawingObject drawingObject,
       out AnchorPoint startAnchorPoint,
       out AnchorPoint endAnchorPoint
    )

    Parameters

    drawingObject
    The DrawingObject.
    startAnchorPoint
    The top-left anchor point.
    endAnchorPoint
    The bottom-rigth anchor point.
    See Also