←Select platform

YOffset Property

Summary

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

Syntax

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

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

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