LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

TileOffset Property

Show in webframe







Gets or sets the amount to shift every row of the canvas image from the origin.
Syntax
public int TileOffset {get; set;}
'Declaration
 
Public Property TileOffset As Integer
'Usage
 
Dim instance As CanvasCommand
Dim value As Integer
 
instance.TileOffset = value
 
value = instance.TileOffset
public int TileOffset {get; set;}

            

            
 
get_TileOffset();
set_TileOffset(value);
Object.defineProperty('TileOffset');
public:
property int TileOffset {
   int get();
   void set (    int value);
}

Property Value

The amount to shift every row of canvas image from the origin. This property is not used when Flags is set to CanvasCommandFlags.TileFit.
Example
Refer to CanvasCommand example.
Requirements

Target Platforms

See Also

Reference

CanvasCommand Class
CanvasCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.