'Declaration
Public Function New( _ ByVal text As String, _ ByVal startAnchorPoint As AnchorPoint, _ ByVal endAnchorPoint As AnchorPoint, _ ByVal As Boolean _ )
'Usage
Dim text As String Dim startAnchorPoint As AnchorPoint Dim endAnchorPoint As AnchorPoint Dim hidden As Boolean Dim instance As New Comment(text, startAnchorPoint, endAnchorPoint, hidden)
public Comment( string text, AnchorPoint startAnchorPoint, AnchorPoint endAnchorPoint, bool )
Parameters
- text
- startAnchorPoint
- endAnchorPoint
- hidden