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