LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

YOffset Property

Show in webframe







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

            

            
 
get_YOffset();
set_YOffset(value);
Object.defineProperty('YOffset');
public:
property int YOffset {
   int get();
   void set (    int value);
}

Property Value

The Y distance between the canvas origin point and the image origin point (in pixels). Valid range is from -Canvas image height to +Canvas image height.
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.