Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum Medical3DSlabFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DSlabFlags |
C# | |
---|---|
[FlagsAttribute()] public enum Medical3DSlabFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class Medical3DSlabFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
All | All parameters will be used. |
X1 | X1 parameter will be used. |
X2 | X2 parameter will be used. |
Y1 | Y1 parameter will be used. |
Y2 | Y2 parameter will be used. |
Z1 | Z1 parameter will be used. |
Z2 | Z2 parameter will be used. |
For an example, refer to Medical3DSlab.SetValues.
The slab feature is used with the object when it is rendered using the VRT, MIP or MinIP rendering techniques.
For more information, refer to Medical3DObject.Slab.
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DSlabFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7