DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / WsiTileFragment Structure / Offset Property






In This Topic
    Offset Property (WsiTileFragment)
    In This Topic
    Offset from the start of the Pixel Data
    Syntax
    'Declaration
     
    
    Public Property Offset As System.Long
    'Usage
     
    
    Dim instance As WsiTileFragment
    Dim value As System.Long
     
    instance.Offset = value
     
    value = instance.Offset
    public System.long Offset {get; set;}
    public read-write property Offset: System.Int64; 
    public function get,set Offset : System.long
    public: __property System.long get_Offset();
    public: __property void set_Offset( 
       System.long value
    );
    public:
    property System.int64 Offset {
       System.int64 get();
       void set (    System.int64 value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also