clsCommonWrapper.OffsetRect MethodThe OffsetRect function moves the specified rectangle by the specified offsets.Syntax
Public Sub OffsetRect (ByRef lpRect As RECT, _
ByVal x As Long, _ ByVal y As Long) Parameters
Remarks
Because applications can use rectangles for different purposes, the rectangle functions do not use an explicit unit of measure. Instead, all rectangle coordinates and dimensions are given in signed, logical values. The mapping mode and the function in which the rectangle is used determine the units of measure.
|