Expands the rectangle by using the specified size, in all directions.
Public Sub InflateSize( _
ByVal size As Leadtools.LeadSizeD _
)
public void inflateSize(LeadSizeD size)
public:
void InflateSize(
Leadtools.LeadSizeD size
)
The Width of the resulting rectangle is increased by twice the Width of the specified LeadSizeD structure, 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 of the specified LeadSizeD structure.
You cannot change the values of the Empty 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