コード例 #1
0
ファイル: Dlib.cs プロジェクト: zhangbo27/DlibDotNet
 public static Rectangle CenteredRect(Point p, uint width, uint height)
 {
     return(Rectangle.CenteredRect(p, width, height));
 }
コード例 #2
0
ファイル: Dlib.cs プロジェクト: zhangbo27/DlibDotNet
 public static Rectangle CenteredRect(Rectangle rect, uint width, uint height)
 {
     return(Rectangle.CenteredRect(rect, width, height));
 }
コード例 #3
0
ファイル: Dlib.cs プロジェクト: zhangbo27/DlibDotNet
 public static Rectangle CenteredRect(int x, int y, uint width, uint height)
 {
     return(Rectangle.CenteredRect(x, y, width, height));
 }