LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Type Property (PerspectiveCommand)

LEADTOOLS SDK Help  |  







Gets or sets a value that indicates the type of background to be used.
Syntax
public PerspectiveCommandType Type {get; set;}
public PerspectiveCommandType Type {get; set;}
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property PerspectiveCommandType Type {
   PerspectiveCommandType get();
   void set (    PerspectiveCommandType value);
}
'Declaration
 
Public Property Type As PerspectiveCommandType
 
'Usage
 
Dim instance As PerspectiveCommand
Dim value As PerspectiveCommandType
 
instance.Type = value
 
value = instance.Type

Property Value

A PerspectiveCommandType enumeration value that indicates the type of background to be used.
Example
Refer to PerspectiveCommand example.
Requirements

Target Platforms

See Also

Reference

PerspectiveCommand Class
PerspectiveCommand Members

 

 


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