DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / WsiTile Structure / Fragments Property

In This Topic
    Fragments Property (WsiTile)
    In This Topic
    List of fragments for this tile
    Syntax
    'Declaration
     
    
    Public Property Fragments As System.Collections.Generic.List(Of WsiTileFragment)
    public System.Collections.Generic.List<WsiTileFragment> Fragments {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also