C# Class MonoReports.Model.Thickness

Exibir arquivo Open project: modesto/monoreports Class Usage Examples

Public Methods

Method Description
Thickness ( double all ) : System
Thickness ( double left, double top, double right, double bottom ) : System
ToString ( ) : string

Method Details

Thickness() public method

public Thickness ( double all ) : System
all double
return System

Thickness() public method

public Thickness ( double left, double top, double right, double bottom ) : System
left double
top double
right double
bottom double
return System

ToString() public method

public ToString ( ) : string
return string