Ejemplo n.º 1
0
 static public RectInt WithSizeExpandedPivotAtCenter(
     this RectInt beforeExpansion,
     int expansion) =>
 beforeExpansion.WithSizeExpandedPivotAtCenter(new Vektor2DInt(expansion, expansion));
Ejemplo n.º 2
0
 static public RectInt WithSizeExpandedPivotAtCenter(
     this RectInt BeforeExpansion,
     int Expansion) =>
 BeforeExpansion.WithSizeExpandedPivotAtCenter(new Vektor2DInt(Expansion, Expansion));