Initializes a new instance of $SliceInfo with the default parameters.
public SliceInfo(
OperationType type,
float thickness,
float scaleFactor,
float brightness,
float contrast
)
type
The type of the extracted slice.
thickness
The thickness of the extracted slice.
scaleFactor
The scale of the extract slice. The slice output will be stretched or compressed based on the value specified here.
brightness
The brightness value of the extracted slice.
contrast
The contrast value of the extracted slice.
This class is used with the GetImageSlice method.