| IShapeShapeFromString Method |
Converts a string representation of a shape to the shape object.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax void ShapeFromString(
string szShape
)
Sub ShapeFromString (
szShape As String
)
Dim instance As IShape
Dim szShape As String
instance.ShapeFromString(szShape)
void ShapeFromString(
String^ szShape
)
Parameters
- szShape
- Type: SystemString
The string representaition of a shape.
See Also