LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Offset Property

Show in webframe







Gets or sets a value used to offset the final result of the output.
Syntax
public int Offset {get; set;}
'Declaration
 
Public Property Offset As Integer
'Usage
 
Dim instance As UserFilterCommand
Dim value As Integer
 
instance.Offset = value
 
value = instance.Offset
public int Offset {get; set;}
@property (nonatomic, assign) int offset;
public int getOffset()
public void setOffset(int value)
            
 
get_Offset();
set_Offset(value);
Object.defineProperty('Offset');
public:
property int Offset {
   int get();
   void set (    int value);
}

Property Value

Value used to offset the final result of the output.
Example
Refer to UserFilterCommand.
Requirements

Target Platforms

See Also

Reference

UserFilterCommand Class
UserFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.