←Select platform

Offset Property

Summary

Gets or sets a value used to offset the final result of the output.

Syntax
C#
VB
Objective-C
C++
Java
public int Offset { get; set; } 
Public Property Offset As Integer 
@property (nonatomic, assign) NSInteger offset 
public int getOffset() 
public void setOffset(int value) 
public: 
property int Offset { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value used to offset the final result of the output.

Example

Refer to UserFilterCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly