RectangleD.Inflate Method
Include Protected Members
Include Inherited Members
Increases the size, leaving the center unmoved.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Inflate(SizeD) | A copy in which the edges are moved outwards by the specified distances, and the center is unmoved. | |
Inflate(Double, Double) | A copy in which the edges are moved outwards by specified distances, and the center is in the same position. | |
Inflate(RectangleD, Double, Double) | A copy in which the edges are moved outwards by the specified distances. The center of the copy is not moved. |
Top