LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Add Method (AnnPoint)






The AnnPoint to translate.
The AnnSize that specifies the pair of numbers to add to the coordinates of pt.
Translates an AnnPoint by a given AnnSize.
Syntax
public static AnnPoint Add( 
   AnnPoint pt,
   AnnSize sz
)
'Declaration
 
Public Shared Function Add( _
   ByVal pt As AnnPoint, _
   ByVal sz As AnnSize _
) As AnnPoint
'Usage
 
Dim pt As AnnPoint
Dim sz As AnnSize
Dim value As AnnPoint
 
value = AnnPoint.Add(pt, sz)
public static AnnPoint Add( 
   AnnPoint pt,
   AnnSize sz
)
 function Leadtools.Annotations.AnnPoint.Add( 
   pt ,
   sz 
)
public:
static AnnPoint Add( 
   AnnPoint pt,
   AnnSize sz
) 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnPoint Structure
AnnPoint Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.