C#
VB
WinRT C#
C++
Adjusts the location of this rectangle by the specified amount.
public static Leadtools.LeadRectD Offset(
Leadtools.LeadRectD rect,
Leadtools.LeadSizeD size
)
Public Shared Function Offset( _
ByVal rect As Leadtools.LeadRectD, _
ByVal size As Leadtools.LeadSizeD _
) As Leadtools.LeadRectD
public static Leadtools.LeadRectD Offset(
Leadtools.LeadRectD rect,
Leadtools.LeadSizeD size
)
function Leadtools.LeadRectDHelper.Offset(
rect ,
size
)
public:
static Leadtools.LeadRectD Offset(
Leadtools.LeadRectD rect,
Leadtools.LeadSizeD size
)
rect
The rectangle object.
size
The x- and y-amounts to offset the location.
The result rectangle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET