LEADTOOLS Annotations (Leadtools.Annotations assembly)

Subtract Method (AnnPoint)

Show in webframe





The AnnPoint to translate.
The AnnSize that specifies the pair of numbers to subtract from the coordinates of pt.
Translates an AnnPoint by the negative of a given AnnSize.
Syntax
public static AnnPoint Subtract( 
   AnnPoint pt,
   AnnSize sz
)
'Declaration
 
Public Shared Function Subtract( _
   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.Subtract(pt, sz)

            

            
public:
static AnnPoint Subtract( 
   AnnPoint pt,
   AnnSize sz
) 

Parameters

pt
The AnnPoint to translate.
sz
The AnnSize that specifies the pair of numbers to subtract from the coordinates of pt.

Return Value

Returns the translated AnnPoint.
Requirements

Target Platforms

See Also

Reference

AnnPoint Structure
AnnPoint Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.