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