Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetAnchorPoint(DrawingObject,AnchorPoint,AnchorPoint) Method


In This Topic
    GetAnchorPoint(DrawingObject,AnchorPoint,AnchorPoint) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub GetAnchorPoint( _
       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.GetAnchorPoint(drawingObject, startAnchorPoint, endAnchorPoint)

    Parameters

    drawingObject
    startAnchorPoint
    endAnchorPoint
    See Also