Leadtools.Medical3D Namespace : Medical3DMissingFramesFillMethod Enumeration |
public enum Medical3DMissingFramesFillMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum Medical3DMissingFramesFillMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As Medical3DMissingFramesFillMethod
public enum class Medical3DMissingFramesFillMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Trilinear | Fills missing frames by using the tri-linear interpolation method. |
0x00000001 | LastKnownFrame | Fills missing frames by using the last known frame. |
0x00000002 | FirstNextFrame | Fills missing frames by using the first next known frame. |
0x00000003 | Nearest | Fills missing frames by using the nearest interpolation method. |
0x00000004 | Empty | Deals with missing frames by considering them to be transparent black empty regions. |
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DMissingFramesFillMethod