←Select platform

Offset Property

Summary

Gets or sets the value that indicates the number of pixels the copied image is shifted.

Syntax

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

Property Value

Value that indicates the number of pixels the copied image is shifted.

Example

Refer to FragmentCommand 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