LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Type Property (OffsetCommand)

Show in webframe







Gets or sets a value that indicates how to handle any exposed areas resulting from the image shift.
Syntax
public OffsetCommandType Type {get; set;}
'Declaration
 
Public Property Type As OffsetCommandType
'Usage
 
Dim instance As OffsetCommand
Dim value As OffsetCommandType
 
instance.Type = value
 
value = instance.Type
public OffsetCommandType Type {get; set;}
@property (nonatomic, assign) LTOffsetCommandType type;
public OffsetCommandType getType()
public void setType(OffsetCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property OffsetCommandType Type {
   OffsetCommandType get();
   void set (    OffsetCommandType value);
}

Property Value

Flags that indicate how to handle any exposed areas resulting from the image shift.
Example
Refer to OffsetCommand example.
Requirements

Target Platforms

See Also

Reference

OffsetCommand Class
OffsetCommand Members

 

 


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