←Select platform

TileHorizontalOffset Property

Summary

Gets or sets the horizontal offset from the origin of the reference grid to the left side of the first tile.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int TileHorizontalOffset { get; set; } 
Public Property TileHorizontalOffset As Integer 
public int TileHorizontalOffset {get; set;} 
@property (nonatomic, assign) NSUInteger tileHorizontalOffset 
public int getTileHorizontalOffset() 
public void setTileHorizontalOffset(int value) 
             
 <br/>get_TileHorizontalOffset();<br/>set_TileHorizontalOffset(value);<br/>Object.defineProperty('TileHorizontalOffset');  
public: 
property int TileHorizontalOffset { 
   int get(); 
   void set (    int ); 
} 

Property Value

The horizontal offset from the origin of the reference grid to the left side of the first tile.

Example

For an example, refer to CodecsJpeg2000Options.

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