Creates and returns an inflated copy of the specified AnnRectangle structure. The copy is inflated by the specified amount. The original rectangle remains unmodified.
public static AnnRectangle Inflate(
AnnRectangle rc,
AnnSize size
)
Public Overloads Shared Function Inflate( _
ByVal rc As Leadtools.Annotations.AnnRectangle, _
ByVal size As Leadtools.Annotations.AnnSize _
) As Leadtools.Annotations.AnnRectangle
public:
static Leadtools.Annotations.AnnRectangle Inflate(
Leadtools.Annotations.AnnRectangle rc,
Leadtools.Annotations.AnnSize size
)
rc
The AnnRectangle to be copied. This rectangle is not modified.
size
The amount to inflate the copy of the rectangle.
The inflated AnnRectangle structure.
This method inflates this rectangle, not a copy of it. The inflation along an axis is in two directions (minus direction and plus direction). For example, if a 50 by 50 rectangle is inflated by 50 in the x-axis, the resulting rectangle will be 150 units long (the original 50, plus the 50 in the minus direction, and plus the 50 in the plus direction). The rectangle's geometric center is maintained.
If either size.Width or size.Height is negative, the AnnRectangle is deflated in the corresponding direction.
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