WebMarco.Frontend.PlatformImplemented.iOS.Rectangle.GetBaseWithRectangleF C# (CSharp) Method

GetBaseWithRectangleF() public static method

public static GetBaseWithRectangleF ( System frame ) : BaseRectangle
frame System
return WebMarco.Frontend.Common.BaseRectangle
        public static BaseRectangle GetBaseWithRectangleF(System.Drawing.RectangleF frame) {
            return (BaseRectangle)(new Rectangle(frame));
        }