LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

YOffset Property






Gets or sets the Y distance between the canvas origin point and the image origin point (in pixels). .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CanvasCommand Class
CanvasCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.