Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic lists the Inflate methods of the Rect class. For a complete list of methods for the Rect class, see Rect Methods.
Overload list
| Method | Description |
|---|---|
| Inflate(Point&) | The Rect::Inflate method expands the rectangle by the value of point.Xpoint.Y on the top and bottom edges. |
| Inflate(INT,INT) | The Rect::Inflatedxdy on the top and bottom edges. |
Syntax
VOID Inflate(
INT dx,
INT dy
);
Parameters
dx
dy
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | gdiplustypes.h |