←Select platform

XOffset Property

Summary

Gets or sets the X distance between the canvas origin point and the image origin point (in pixels).

Syntax

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

Property Value

The X distance between the canvas origin point and the image origin point (in pixels). Valid range is from -Canvas image width to +Canvas image width.

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