Leadtools Namespace > LeadRectD Structure : Inflate Method |
'Usage Dim instance As LeadRectD Dim width As Double Dim height As Double instance.Inflate(width, 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.