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 > LeadRect Structure > Normalize Method : Normalize() Method |
public void Normalize()
'Declaration
Public Overloads Sub Normalize()
'Usage
Dim instance As LeadRect instance.Normalize()
public void Normalize()
public void normalize()
function Leadtools.LeadRect.Normalize()()
public: void Normalize();
This method compares the top and bottom values, and swaps them if the top is greater than the bottom. Similarly, it swaps the left and right values if the left is greater than the right. This method is useful when dealing with different mapping modes and inverted rectangles.