Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Origin As SeekOrigin |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public SeekOrigin Origin {get;} |
Managed Extensions for C++ | |
---|---|
public: __property SeekOrigin get_Origin(); |
C++/CLI | |
---|---|
public: property SeekOrigin Origin { SeekOrigin get(); } |
Return Value
A SeekOrigin value indicating the reference point used to obtain the new position.For an example, refer to RasterCodecs.StartRedirecting
If Offset is negative, the new position is required to precede the position specified by Origin
by the number of bytes specified by Offset. If Offset is zero (0), the new position is required
to be the position specified by Origin. If Offset is positive, the new position is required to
follow the position specified by Origin by the number of bytes specified by Offset.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family