Products | Support | Back to Introduction | Email a link to this topic. | Back to Introduction - All Topics | Help Version 19.0.4.12
|
Leadtools.Forms Namespace > LogicalRectangle Structure > Inflate Method : Inflate(LogicalSize) Method |
public void Inflate( LogicalSize size )
'Declaration Public Overloads Sub Inflate( _ ByVal size As LogicalSize _ )
'Usage Dim instance As LogicalRectangle Dim size As LogicalSize instance.Inflate(size)
public: void Inflate( LogicalSize size )
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 LogicalRectangle is deflated in the corresponding direction.