Offset(RectL,Size2L) Method
In This Topic
Offsets the rectangle by the specified amount.
Syntax
'Declaration
Public Overloads Shared Function Offset( _
ByVal As RectL, _
ByVal As Size2L _
) As RectL
public static RectL Offset(
RectL ,
Size2L
)
Parameters
- rc
- sz
See Also