LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Type Property (PerspectiveCommand)






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

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PerspectiveCommand Class
PerspectiveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.