←Select platform

Origin Property

Summary

Gets a value indicating the reference point used to obtain the new position.

Syntax

C#
VB
Java
C++
public SeekOrigin Origin { get; } 
Public ReadOnly Property Origin As SeekOrigin 
public LeadSeekOrigin getOrigin() 
public: 
property SeekOrigin Origin { 
   SeekOrigin get(); 
} 

Property Value

A SeekOrigin value indicating the reference point used to obtain the new position.

Remarks

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.

Example

For an example, refer to RasterCodecs.StartRedirecting

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly