Search Results for

    Show / Hide Table of Contents

    Class ColorSpace.Component

    Inheritance
    Object
    ColorSpace.Component
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors