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 : InflateRects Method |
'Declaration
Public Shared Function InflateRects( _ ByVal rect As LeadRectD, _ ByVal size As LeadSizeD _ ) As LeadRectD
'Usage
Dim rect As LeadRectD Dim size As LeadSizeD Dim value As LeadRectD value = LeadRectD.InflateRects(rect, size)
LeadRectD LeadRectDInflate(LeadRectD rect, LeadSizeD size)
public static LeadRectD inflateRects(LeadRectD rect, LeadSizeD size)
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.