| PolygonShapeToString Method |
Converts the current polygon 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 public string ShapeToString()
Public Function ShapeToString As String
Dim instance As Polygon
Dim returnValue As String
returnValue = instance.ShapeToString()
public:
virtual String^ ShapeToString() sealed
Return Value
Type:
StringThe string representation of the shape.
Implements
IShapeShapeToStringSee Also