Multiplies the two DicomAnnotationPoint [p1](" id="p1parameterlink" class="popuplink) and p2 together and returns the result.
public static Leadtools.Dicom.DicomAnnotationPoint Multiply(
Leadtools.Dicom.DicomAnnotationPoint p1,
Leadtools.Dicom.DicomAnnotationPoint p2
)
Public Shared Function Multiply( _
ByVal p1 As Leadtools.Dicom.DicomAnnotationPoint, _
ByVal p2 As Leadtools.Dicom.DicomAnnotationPoint _
) As Leadtools.Dicom.DicomAnnotationPoint
public static Leadtools.Dicom.DicomAnnotationPoint Multiply(
Leadtools.Dicom.DicomAnnotationPoint p1,
Leadtools.Dicom.DicomAnnotationPoint p2
)
function Leadtools.Dicom.DicomAnnotationPointHelper.Multiply(
p1 ,
p2
)
public:
static Leadtools.Dicom.DicomAnnotationPoint Multiply(
Leadtools.Dicom.DicomAnnotationPoint p1,
Leadtools.Dicom.DicomAnnotationPoint p2
)
p1
The first DicomAnnotationPoint to multiply
p2
The second DicomAnnotationPoint to multiply
the result of multiplying the two DicomAnnotationPoint [p1](" id="p1parameterlink" class="popuplink) and p2 together
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET