| RectangleShapeToString Method |
Converts the rectangle to a string representation.
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 Rectangle
Dim returnValue As String
returnValue = instance.ShapeToString()
public:
virtual String^ ShapeToString() sealed
Return Value
Type:
StringThe string representation of the rectangle.
Implements
IShapeShapeToStringSee Also