←Select platform

Subtract Method

Summary

Translates an AnnPoint by the negative of a given AnnSize.

Syntax

C#
VB
C++
public static AnnPoint Subtract( 
   AnnPoint pt, 
   AnnSize sz 
) 
  
Public Shared Function Subtract( _ 
   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 subtract from 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