←Select platform

Inflate(AnnSize) Method

Summary

Inflates this AnnRectangle structure by the specified amount.

Syntax

C#
VB
C++
public void Inflate( 
   AnnSize size 
) 
  
Public Overloads Sub Inflate( _ 
   ByVal size As Leadtools.Annotations.AnnSize _ 
)  
public: 
void Inflate(  
   Leadtools.Annotations.AnnSize size 
)  

Parameters

size
The amount to inflate this rectangle.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly