GetRectangleF() public static method

public static GetRectangleF ( BaseRectangle rectangle ) : System.Drawing.RectangleF
rectangle WebMarco.Frontend.Common.BaseRectangle
return System.Drawing.RectangleF
示例#1
0
 public System.Drawing.RectangleF ToRectangleF()
 {
     return(Rectangle.GetRectangleF((BaseRectangle)this));
 }