Class ColorSpace.Component
Inherited Members
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public class Component
Constructors
Component(String, Int32, Int32)
Declaration
public Component(string name, int subSampleX, int subSampleY)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Int32 | subSampleX | |
Int32 | subSampleY |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
SubSampleX
Declaration
public int SubSampleX { get; }
Property Value
Type | Description |
---|---|
Int32 |
SubSampleY
Declaration
public int SubSampleY { get; }
Property Value
Type | Description |
---|---|
Int32 |