Piccolo.NET

PUtil.DeltaRequiredToCenter Method 

Return the delta required to center the rectangle b2 in the rectangle b1.

public static SizeF DeltaRequiredToCenter(
   RectangleF b1,
   RectangleF b2
);

Parameters

b1
The first rectangle.
b2
The second rectangle.

Return Value

The delta required to center b2 in b1.

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility