←Select platform

TileOffset Property

Summary
Gets or sets the amount to shift every row of the canvas image from the origin.
Syntax
C#
VB
C++
public int TileOffset { get; set; } 
  
Public Property TileOffset As Integer 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.