'Declaration Public Function GetPlanarSliceIndex( _
ByVal xX coordinate of point in object space.As Single, _
ByVal yY coordinate of point in object space.As Single, _
ByVal imageViewerThe image viewer.As Vintasoft.Imaging.UI.ImageViewer, _
ByVal clientSizeThe client size in object space.As System.Drawing.SizeF _
) As System.Nullable(Of Integer)
public System.Nullable<int> GetPlanarSliceIndex(
float x,
float y,
Vintasoft.Imaging.UI.ImageViewer imageViewer,
System.Drawing.SizeF clientSize
)
public: System.Nullable<int> GetPlanarSliceIndex(
float x,
float y,
Vintasoft.Imaging.UI.ImageViewer* imageViewer,
System.Drawing.SizeF* clientSize
)
public:
System.Nullable<int> GetPlanarSliceIndex(
float x,
float y,
Vintasoft.Imaging.UI.ImageViewer^ imageViewer,
System.Drawing.SizeF^ 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.