Example #1
0
 public static extern int boxGetGeometry(SafeBoxHandle box, out int px, out int py, out int pw, out int ph);
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Box"/> class.
 /// </summary>
 /// <param name="handle">The pointer to Leptonica's <see cref="Box"/> object.</param>
 internal Box(SafeBoxHandle handle)
 {
     this.handle = handle;
 }