| Visual Basic (Declaration) | |
|---|---|
Public Enum Medical3DMissingFramesFillMethod Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Medical3DMissingFramesFillMethod | |
| C# | |
|---|---|
public enum Medical3DMissingFramesFillMethod : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class Medical3DMissingFramesFillMethod : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Empty | Deals with missing frames by considering them to be transparent black empty regions. |
| FirstNextFrame | Fills missing frames by using the first next known frame. |
| LastKnownFrame | Fills missing frames by using the last known frame. |
| Nearest | Fills missing frames by using the nearest interpolation method. |
| Trilinear | Fills missing frames by using the tri-linear interpolation method. |
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DMissingFramesFillMethod
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code