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