Offset Property (WsiTileFragment)
Offset from the start of the Pixel Data
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);
}
'Declaration
Public Property Offset As System.Long
'Usage
Dim instance As WsiTileFragment
Dim value As System.Long
instance.Offset = value
value = instance.Offset
Target Platforms: .NET CLR 4.8 or higher