Specifies DICOM Planar Configurations.
Syntax
'Declaration
Public Enum ImGearDICOMPlanarConfigurations
Inherits System.Enum
public enum ImGearDICOMPlanarConfigurations : System.Enum
__value public enum ImGearDICOMPlanarConfigurations : public System.Enum
public enum class ImGearDICOMPlanarConfigurations : public System.Enum
Members
Member | Description |
PIXEL_BY_PIXEL | Pixel by pixel (interleaved by color channel. RGB, RGB, RGB). |
PLANE_BY_PLANE | Plane by plane (not interleaved by color channel. RRR, GGG, BBB). |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.DICOM.ImGearDICOMPlanarConfigurations
See Also