TimeRulerLibrary.Layout.Layout C# (CSharp) Méthode

Layout() public méthode

Construct layout object by specify client area. Safe area becomes same size as client area.
public Layout ( Rectangle clientArea ) : System
clientArea Microsoft.Xna.Framework.Rectangle
Résultat System
        public Layout( Rectangle clientArea )
            : this(clientArea, clientArea)
        {
        }

Same methods

Layout::Layout ( Rectangle clientArea, Rectangle safeArea ) : System
Layout::Layout ( Viewport viewport ) : System