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 Medical3DMissingFramesFillMethod : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Medical3D.Medical3DMissingFramesFillMethod = function() { }; Leadtools.Medical3D.Medical3DMissingFramesFillMethod.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class Medical3DMissingFramesFillMethod : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2