C# Class WebMarco.Frontend.PlatformImplemented.iOS.Rectangle

Inheritance: WebMarco.Frontend.Common.BaseRectangle
Show file Open project: vhnatyk/WebMarco.2.0 Class Usage Examples

Public Methods

Method Description
GetBaseWithRectangleF ( System frame ) : BaseRectangle
GetRectangleF ( BaseRectangle rectangle ) : System.Drawing.RectangleF
GetWithBaseRectangle ( BaseRectangle baseRectangle ) : Rectangle
GetWithRectangleF ( System frame ) : Rectangle
Rectangle ( IBaseView owningView ) : System
Rectangle ( Point topLeft, double width, double height ) : System
Rectangle ( System iOsRectangle ) : System
ToRectangleF ( ) : System.Drawing.RectangleF

Method Details

GetBaseWithRectangleF() public static method

public static GetBaseWithRectangleF ( System frame ) : BaseRectangle
frame System
return WebMarco.Frontend.Common.BaseRectangle

GetRectangleF() public static method

public static GetRectangleF ( BaseRectangle rectangle ) : System.Drawing.RectangleF
rectangle WebMarco.Frontend.Common.BaseRectangle
return System.Drawing.RectangleF

GetWithBaseRectangle() public static method

public static GetWithBaseRectangle ( BaseRectangle baseRectangle ) : Rectangle
baseRectangle WebMarco.Frontend.Common.BaseRectangle
return Rectangle

GetWithRectangleF() public static method

public static GetWithRectangleF ( System frame ) : Rectangle
frame System
return Rectangle

Rectangle() public method

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

Rectangle() public method

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

Rectangle() public method

public Rectangle ( System iOsRectangle ) : System
iOsRectangle System
return System

ToRectangleF() public method

public ToRectangleF ( ) : System.Drawing.RectangleF
return System.Drawing.RectangleF