InflateRect(NativeRectangle, Int32, Int32) | Increases or decreases the width and height of the specified NativeRectangle. The InflateRect(NativeRectangle, Int32, Int32) function adds 'x' units to the left and right ends of the NativeRectangle and 'y' units to the top and bottom. The x and y parameters are signed values; positive values increase the width and height, and negative values decrease them. |
InflateRect(Rectangle, Int32, Int32) | Increases or decreases the width and height of the specified NativeRectangle. The InflateRect(NativeRectangle, Int32, Int32) function adds 'x' units to the left and right ends of the NativeRectangle and 'y' units to the top and bottom. The x and y parameters are signed values; positive values increase the width and height, and negative values decrease them. |