public Comment( string text, AnchorPoint startAnchorPoint, AnchorPoint endAnchorPoint, bool hidden )
'Declaration
Public Function New( _ ByVal text As String, _ ByVal startAnchorPoint As AnchorPoint, _ ByVal endAnchorPoint As AnchorPoint, _ ByVal hidden 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)
Parameters
- text
- startAnchorPoint
- endAnchorPoint
- hidden