C# Class WebMarco.Frontend.Common.BaseRectangle

Mostrar archivo Open project: vhnatyk/WebMarco.2.0 Class Usage Examples

Public Methods

Method Description
BaseRectangle ( IBaseView owningView ) : System
BaseRectangle ( Point topLeft, double width, double height ) : System
GetZeroRectangle ( ) : BaseRectangle

Private Methods

Method Description
BaseRectangle ( ) : System

Method Details

BaseRectangle() public method

public BaseRectangle ( IBaseView owningView ) : System
owningView IBaseView
return System

BaseRectangle() public method

public BaseRectangle ( Point topLeft, double width, double height ) : System
topLeft Point
width double
height double
return System

GetZeroRectangle() public static method

public static GetZeroRectangle ( ) : BaseRectangle
return BaseRectangle