←Select platform

InflateSize Method

Summary
Expands the rectangle by using the specified size, in all directions.
Syntax
C#
VB
C++
Java
public void InflateSize( 
   LeadSizeD size 
) 
Public Sub InflateSize( _ 
   ByVal size As LeadSizeD _ 
)  
public void inflateSize(LeadSizeD size) 
public: 
void InflateSize(  
   LeadSizeD size 
)  

Parameters

size
Specifies the amount to expand the rectangle. The LeadSizeD structure's Width property specifies the amount to increase the rectangle's Left and Right properties. The LeadSizeD structure's Height property specifies the amount to increase the rectangle's Top and Bottom properties.

Remarks

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.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.