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