Inflate(RectL,Int32,Int32) Method
In This Topic
Inflates the rectangle by the specified amount.
Syntax
'Declaration
Public Overloads Shared Function Inflate( _
ByVal As RectL, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As RectL
public static RectL Inflate(
RectL ,
System.int ,
System.int
)
Parameters
- rc
- dx
- dy
See Also