Piccolo.NET

PUtil.DeltaRequiredToContain Method 

Return the delta required for the rectangle b1 to contain the rectangle b2.

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

Parameters

b1
The first rectangle.
b2
The second rectangle.

Return Value

The delta required for b1 to contain b2.

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility