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