Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadRectHelper Class : Inflate Method |
'Declaration
Public Shared Function Inflate( _ ByVal rect As LeadRect, _ ByVal size As LeadSize _ ) As LeadRect
'Usage
Dim rect As LeadRect Dim size As LeadSize Dim value As LeadRect value = LeadRectHelper.Inflate(rect, size)
This method inflates the rectangle itself, not a copy of it. The inflation along an axis is in two directions (minus direction and plus direction). For example, if a 150 by 150 rectangle is inflated by 50 in the x-axis, the resulting rectangle will be 250 units long (the original 150, the 50 in the minus direction, and the 50 in the plus direction) maintaining the rectangle's geometric center. If either width or height is negative, the rectangle is deflated in the corresponding direction.