Class ColorSpace.Component
Inheritance
System.Object
ColorSpace.Component
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Imaging
Assembly: fo-dicom.core.dll
Syntax
public class Component
Constructors
Component(String, Int32, Int32)
Declaration
public Component(string name, int subSampleX, int subSampleY)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Int32 | subSampleX | |
System.Int32 | subSampleY |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
SubSampleX
Declaration
public int SubSampleX { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubSampleY
Declaration
public int SubSampleY { get; }
Property Value
Type | Description |
---|---|
System.Int32 |