RectToString Method (IFormatProvider)

Convert the Rect to a human readable string such as \'X=10; Y=20; W=100; H=200\'.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public string ToString(
        IFormatProvider format
)

Parameters

format
Type: SystemIFormatProvider

Return Value

Type: String
A string representation of the Rect.
See Also