Click or drag to resize
RectToString Method
Returns a string representation of the Windows.Foundation.Rect structure.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
A string representation of the current Windows.Foundation.Rect structure. The string has the following form: "Windows.Foundation.Rect.X,Windows.Foundation.Rect.Y,Windows.Foundation.Rect.Width,Windows.Foundation.Rect.Height".
See Also