The UpdateSecondPoints Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Updates the SecondStartPoint and SecondEndPointvalues of this AnnCrossProductObject| Visual Basic (Declaration) | |
|---|---|
Public Overridable Sub UpdateSecondPoints() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnCrossProductObject instance.UpdateSecondPoints() | |
| C# | |
|---|---|
public virtual void UpdateSecondPoints() | |
| C++/CLI | |
|---|---|
public: virtual void UpdateSecondPoints(); | |
For an example, refer to AnnCrossProductObject example.
Call this method to update the SecondStartPoint and SecondEndPoint with the correct values to make this AnnCrossProductObject symmetrical.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code