←Select platform

Multiply Method

Summary

Multiplies the two DicomAnnotationPoint [p1](" id="p1parameterlink" class="popuplink) and p2 together and returns the result.

Syntax

C#
VB
WinRT C#
C++
Public Shared Function Multiply( _ 
   ByVal p1 As Leadtools.Dicom.DicomAnnotationPoint, _ 
   ByVal p2 As Leadtools.Dicom.DicomAnnotationPoint _ 
) As Leadtools.Dicom.DicomAnnotationPoint 
 function Leadtools.Dicom.DicomAnnotationPointHelper.Multiply(  
   p1 , 
   p2  
) 

Parameters

p1
The first DicomAnnotationPoint to multiply

p2
The second DicomAnnotationPoint to multiply

Return Value

the result of multiplying the two DicomAnnotationPoint [p1](" id="p1parameterlink" class="popuplink) and p2 together

Remarks

The result of multiplying two DicomAnnotationPoint is a new DicomAnnotationPoint whose 'x' is the product of p1.x and p2.x, and whose 'y' is the product of p1.y and p2.y.

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.Dicom Assembly