←Select platform

TileOffset Property

Summary

Gets or sets the amount to shift every row of the canvas image from the origin.

Syntax

C#
VB
WinRT C#
C++
public int TileOffset { get; set; } 
  
Public Property TileOffset As Integer 
public int TileOffset {get; set;} 
  
get_TileOffset(); 
set_TileOffset(value); 
Object.defineProperty('TileOffset');  
public: 
property int TileOffset { 
   int get(); 
   void set (    int ); 
} 

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

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

Leadtools.ImageProcessing.SpecialEffects Assembly