C# 클래스 ServiceStack.Text.Tests.Rect

파일 보기 프로젝트 열기: ServiceStack/ServiceStack.Text

공개 메소드들

메소드 설명
Parse ( string input ) : Rect
Rect ( double x, double y, double width, double height ) : System
ToString ( string format, IFormatProvider formatProvider ) : string

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string input ) : Rect
input string
리턴 Rect

Rect() 공개 메소드

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

ToString() 공개 메소드

public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
리턴 string