LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

XOffset Property

Show in webframe







Gets or sets the X distance between the canvas origin point and the image origin point (in pixels).
Syntax
public int XOffset {get; set;}
'Declaration
 
Public Property XOffset As Integer
'Usage
 
Dim instance As CanvasCommand
Dim value As Integer
 
instance.XOffset = value
 
value = instance.XOffset
public int XOffset {get; set;}

            

            
 
get_XOffset();
set_XOffset(value);
Object.defineProperty('XOffset');
public:
property int XOffset {
   int get();
   void set (    int value);
}

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

See Also

Reference

CanvasCommand Class
CanvasCommand Members

 

 


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