←Select platform

Offset Property

Summary

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

Syntax
C#
VB
C++
public int Offset { get; set; } 
  
Public Property Offset As Integer 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly