Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

Multiply Method








The first DicomAnnotationPoint to multiply
The second DicomAnnotationPoint to multiply
Multiplies the two DicomAnnotationPoint p1 and p2 together and returns the result.
Syntax
'Declaration
 
Public Shared Function Multiply( _
   ByVal p1 As DicomAnnotationPoint, _
   ByVal p2 As DicomAnnotationPoint _
) As DicomAnnotationPoint
'Usage
 
Dim p1 As DicomAnnotationPoint
Dim p2 As DicomAnnotationPoint
Dim value As DicomAnnotationPoint
 
value = DicomAnnotationPointHelper.Multiply(p1, p2)
 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 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

See Also

Reference

DicomAnnotationPointHelper Class
DicomAnnotationPointHelper Members

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features