コード例 #1
0
 public static ILocationF Center(this IRectangularF rectangular) => LocationF.Create(rectangular.CenterX(), rectangular.CenterY());
コード例 #2
0
ファイル: Geometry.cs プロジェクト: chaami/PowerArgs
 public static IRectangularF CenterRect(this IRectangularF rectangular) => RectangularF.Create(rectangular.CenterX(), rectangular.CenterY(), 0, 0);