RectangleD.Inflate Method
Include Protected Members
Include Inherited Members
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) | Inflates this RectangleF by the specified amount. | |
Inflate(Double, Double) | Inflates this RectangleD structure by the specified amount. | |
Inflate(RectangleD, Double, Double) | Creates and returns an inflated copy of the specified RectangleD structure. The copy is inflated by the specified amount. The original rectangle remains unmodified. |
Top