←Select platform

Offset Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Offset { get; set; } 
Public Property Offset As Integer 
public int Offset {get; set;} 
@property (nonatomic, assign) NSInteger offset 
public int getOffset() 
public void setOffset(int value) 
             
 <br/>get_Offset();<br/>set_Offset(value);<br/>Object.defineProperty('Offset');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly