DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / WsiTileFragment Structure
Members






In This Topic
    WsiTileFragment Structure
    In This Topic
    Representing each WSI Tile Fragment
    Object Model
    WsiTileFragment Structure
    Syntax
    'Declaration
     
    
    Public Structure WsiTileFragment 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As WsiTileFragment
    public struct WsiTileFragment : System.ValueType 
    public type WsiTileFragment = class(System.ValueType)
    In JScript, you can use structures in other assemblies, but you cannot define your own.
    public __value struct WsiTileFragment : public System.ValueType 
    public value class WsiTileFragment : public System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          DicomObjects.WsiTileFragment

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also