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 > LeadRectD Structure : Inflate Method |
'Usage
Dim instance As LeadRectD Dim width As Double Dim height As Double instance.Inflate(width, height)
public void inflate(double width, double height)
The Width of the resulting rectangle is increased by twice the width value, 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 value.
You cannot change the values of the Empty rectangle.