DicomObjects Reference
DicomObjects Reference / DicomImage Object / DistanceFromPoint Method
DistanceFromPoint Method
Description
Perpendicular distance from a Point to the plane of this image
Syntax
Visual Basic
Public Function DistanceFromPoint( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal Z As Single _
) As Single
Parameters
x
y
Z
See Also