Treefrog.Framework.Imaging.Rectangle.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : Rectangle
Résultat Rectangle
        public static Rectangle operator +(Rectangle rect, Size sz)
        {
            return new Rectangle(rect.Location, rect.Size + sz);
        }

Same methods

Rectangle::operator ( ) : bool