'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)
public Picture( AnchorPoint startAnchorPoint, AnchorPoint endAnchorPoint, string formula )
Parameters
- startAnchorPoint
- endAnchorPoint
- formula