- pt
- The AnnPoint to translate.
- sz
- The AnnSize that specifies the pair of numbers to add to the coordinates of pt.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function Add( _ ByVal pt As AnnPoint, _ ByVal sz As AnnSize _ ) As AnnPoint | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- pt
- The AnnPoint to translate.
- sz
- The AnnSize that specifies the pair of numbers to add to the coordinates of pt.
Return Value
Returns the translated AnnPoint.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code