'Declaration Public Function GetPlanarSliceIndex( _
ByVal xX coordinate of point in object space.As Double, _
ByVal yY coordinate of point in object space.As Double, _
ByVal imageViewerThe image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal clientSizeThe client size in object space.As System.Windows.Size _
) As System.Nullable(Of Integer)
public System.Nullable<int> GetPlanarSliceIndex(
double x,
double y,
Vintasoft.Imaging.Wpf.UI.WpfImageViewer imageViewer,
System.Windows.Size clientSize
)
public: System.Nullable<int> GetPlanarSliceIndex(
double x,
double y,
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* imageViewer,
System.Windows.Size* clientSize
)
public:
System.Nullable<int> GetPlanarSliceIndex(
double x,
double y,
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ imageViewer,
System.Windows.Size^ clientSize
)
Parameters
- x
- X coordinate of point in object space.
- y
- Y coordinate of point in object space.
- imageViewer
- The image viewer.
- clientSize
- The client size in object space.
Return Value
The index of planar slice.