←Select platform

Type Property

Summary

Gets or sets a value that indicates how to handle any exposed areas resulting from the image shift.

Syntax
C#
VB
Objective-C
C++
Java
public OffsetCommandType Type { get; set; } 
Public Property Type As OffsetCommandType 
@property (nonatomic, assign) LTOffsetCommandType type 
public OffsetCommandType getType() 
public void setType(OffsetCommandType value) 
public: 
property OffsetCommandType Type { 
   OffsetCommandType get(); 
   void set (    OffsetCommandType ); 
} 

Property Value

Flags that indicate how to handle any exposed areas resulting from the image shift.

Example

Refer to OffsetCommand example.

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