'DeclarationPublic Function WorldToScreen( _ ByVal WorldLocation As System.Windows.Media.Media3D.Point3D, _ ByVal Viewer As DicomViewer _ ) As System.Drawing.PointF
public System.Drawing.PointF WorldToScreen( System.Windows.Media.Media3D.Point3D WorldLocation, DicomViewer Viewer )
Parameters
- WorldLocation
- The point on the output space
- Viewer
- The Viewer being used to display the image
Return Value
POint in 3D space if appropriate, or null, if the necessary coordinate
information is not available