←Select platform

SliceInfo Constructor

Summary

Initializes a new instance of $SliceInfo with the default parameters.

Syntax
C#
C++/CLI
public SliceInfo( 
   OperationType type, 
   float thickness, 
   float scaleFactor, 
   float brightness, 
   float contrast 
) 
public:  
   SliceInfo(OperationType^ type, Single thickness, Single scaleFactor, Single brightness, Single contrast) 

Parameters

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.

Remarks

This class is used with the GetImageSlice method.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.