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






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

    System.Object
       System.ValueType
          DicomObjects.WsiTile

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also