Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Picture Class / Picture Constructor / Picture Constructor(AnchorPoint,AnchorPoint,String)


In This Topic
    Picture Constructor(AnchorPoint,AnchorPoint,String)
    In This Topic
    Initializes a new instance of the Picture class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal startAnchorPoint As AnchorPoint, _
       ByVal endAnchorPoint As AnchorPoint, _
       ByVal formula As String _
    )
    'Usage
     
    
    Dim startAnchorPoint As AnchorPoint
    Dim endAnchorPoint As AnchorPoint
    Dim formula As String
     
    Dim instance As New Picture(startAnchorPoint, endAnchorPoint, formula)

    Parameters

    startAnchorPoint
    endAnchorPoint
    formula
    See Also