| IShapeShapeToString Method |
Converts the current shape to a string representation of the shape.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax Function ShapeToString As String
Dim instance As IShape
Dim returnValue As String
returnValue = instance.ShapeToString()
Return Value
Type:
StringThe string representation of the shape.
See Also