C#
VB
Objective-C
C++
Returns a rectangle that is offset from the specified rectangle by using the specified horizontal and vertical amounts.
public static Leadtools.LeadRectD OffsetRect(
Leadtools.LeadRectD rect,
Leadtools.LeadPointD offset
)
Public Shared Function OffsetRect( _
ByVal rect As Leadtools.LeadRectD, _
ByVal offset As Leadtools.LeadPointD _
) As Leadtools.LeadRectD
public:
static Leadtools.LeadRectD OffsetRect(
Leadtools.LeadRectD rect,
Leadtools.LeadPointD offset
)
rect
The rectangle to move.
offset
The amount to move the rectangle horizontally/vertically.
The resulting 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