Click or drag to resize

RectangleShapeFromString Method

Converts a string representation of a rectangle to the rectangle 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
)

Parameters

szShape
Type: SystemString
The string representaition of a shape.

Implements

IShapeShapeFromString(String)
See Also