VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomRulerTick Structure
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    DicomRulerTick Structure
    In This Topic
    Represents a tick of the DICOM annotation.
    Object Model
    DicomRulerTick
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)>
    Public Struct DicomRulerTick
       Inherits System.ValueType
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public struct DicomRulerTick : System.ValueType
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public __value struct DicomRulerTick : public System.ValueType*
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public value class DicomRulerTick : public System.ValueType^
    
    
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Vintasoft.Imaging.Annotation.Dicom.DicomRulerTick

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also