Returns the rectangle that results from expanding the specified rectangle by the specified width and height, in all directions.
Public Shared Function InflateRect( _
ByVal rect As Leadtools.LeadRectD, _
ByVal width As Double, _
ByVal height As Double _
) As Leadtools.LeadRectD
public:
static Leadtools.LeadRectD InflateRect(
Leadtools.LeadRectD rect,
double width,
double height
)
rect
The rectangle to modify
The Width of the resulting rectangle is increased by twice the width value, because both the left and right sides of the rectangle are inflated. Likewise, the Height of the resulting rectangle is increased by twice the height value.
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