예제 #1
0
 static public RectInt WithSizeExpandedPivotAtCenter(
     this RectInt beforeExpansion,
     int expansion) =>
 beforeExpansion.WithSizeExpandedPivotAtCenter(new Vektor2DInt(expansion, expansion));
예제 #2
0
 static public RectInt WithSizeExpandedPivotAtCenter(
     this RectInt BeforeExpansion,
     int Expansion) =>
 BeforeExpansion.WithSizeExpandedPivotAtCenter(new Vektor2DInt(Expansion, Expansion));