C# Class ServiceStack.Text.Tests.Rect

Exibir arquivo Open project: ServiceStack/ServiceStack.Text

Public Methods

Method Description
Parse ( string input ) : Rect
Rect ( double x, double y, double width, double height ) : System
ToString ( string format, IFormatProvider formatProvider ) : string

Method Details

Parse() public static method

public static Parse ( string input ) : Rect
input string
return Rect

Rect() public method

public Rect ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
return System

ToString() public method

public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
return string