C# Class ServiceStack.Text.Tests.Rect

Afficher le fichier Open project: ServiceStack/ServiceStack.Text

Méthodes publiques

Méthode 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 méthode

public static Parse ( string input ) : Rect
input string
Résultat Rect

Rect() public méthode

public Rect ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
Résultat System

ToString() public méthode

public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Résultat string