Table of Contents

Method ToString

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

ToString()

Converts the Location and Size of this SvgRectF to a human-readable string.

public override string ToString()

Returns

string

A string that contains the position, width, and height of this SvgRectF structure; for example, "{X=20, Y=20, Width=100, Height=50}".