←Select platform

Add Method

Summary

Translates an AnnPoint by a given AnnSize.

Syntax

C#
VB
C++
public static AnnPoint Add( 
   AnnPoint pt, 
   AnnSize sz 
) 
  
Public Shared Function Add( _ 
   ByVal pt As Leadtools.Annotations.AnnPoint, _ 
   ByVal sz As Leadtools.Annotations.AnnSize _ 
) As Leadtools.Annotations.AnnPoint 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly