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

GetWithRectangleF() public static method

public static GetWithRectangleF ( System frame ) : Rectangle
frame System
return Rectangle
        public static Rectangle GetWithRectangleF(System.Drawing.RectangleF frame) {
            return new Rectangle(frame);
        }