| PolygonShapeFromString Method |
Converts a string representation of a polygon to the polygon object and assigns it to this instance.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public void ShapeFromString(
string szShape
)
Public Sub ShapeFromString (
szShape As String
)
Dim instance As Polygon
Dim szShape As String
instance.ShapeFromString(szShape)
public:
virtual void ShapeFromString(
String^ szShape
) sealed
Parameters
- szShape
- Type: SystemString
The string representaition of a shape.
Implements
IShapeShapeFromString(String)See Also