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

Inheritance: WebMarco.Frontend.Common.BaseRectangle
Afficher le fichier Open project: vhnatyk/WebMarco.2.0 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetBaseWithRectangleF ( System frame ) : BaseRectangle
frame System
Résultat WebMarco.Frontend.Common.BaseRectangle

GetRectangleF() public static méthode

public static GetRectangleF ( BaseRectangle rectangle ) : System.Drawing.RectangleF
rectangle WebMarco.Frontend.Common.BaseRectangle
Résultat System.Drawing.RectangleF

GetWithBaseRectangle() public static méthode

public static GetWithBaseRectangle ( BaseRectangle baseRectangle ) : Rectangle
baseRectangle WebMarco.Frontend.Common.BaseRectangle
Résultat Rectangle

GetWithRectangleF() public static méthode

public static GetWithRectangleF ( System frame ) : Rectangle
frame System
Résultat Rectangle

Rectangle() public méthode

public Rectangle ( IBaseView owningView ) : System
owningView IBaseView
Résultat System

Rectangle() public méthode

public Rectangle ( Point topLeft, double width, double height ) : System
topLeft Point
width double
height double
Résultat System

Rectangle() public méthode

public Rectangle ( System iOsRectangle ) : System
iOsRectangle System
Résultat System

ToRectangleF() public méthode

public ToRectangleF ( ) : System.Drawing.RectangleF
Résultat System.Drawing.RectangleF