C# 클래스 PowerArgs.Cli.Thickness

파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

공개 메소드들

메소드 설명
Parse ( string s ) : Thickness
Thickness ( int l, int r, int t, int b ) : System

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string s ) : Thickness
s string
리턴 Thickness

Thickness() 공개 메소드

public Thickness ( int l, int r, int t, int b ) : System
l int
r int
t int
b int
리턴 System