C#
VB
WinRT C#
C++
Adjusts the location of this rectangle by the specified amount.
public static Leadtools.LeadRect Offset(
Leadtools.LeadRect rect,
Leadtools.LeadSize size
)
Public Shared Function Offset( _
ByVal rect As Leadtools.LeadRect, _
ByVal size As Leadtools.LeadSize _
) As Leadtools.LeadRect
public static Leadtools.LeadRect Offset(
Leadtools.LeadRect rect,
Leadtools.LeadSize size
)
function Leadtools.LeadRectHelper.Offset(
rect ,
size
)
public:
static Leadtools.LeadRect Offset(
Leadtools.LeadRect rect,
Leadtools.LeadSize 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