LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Type Property (RippleCommand)

Show in webframe







Gets or sets a flag that indicates how to handle exposed areas.
Syntax
public RippleCommandType Type {get; set;}
'Declaration
 
Public Property Type As RippleCommandType
'Usage
 
Dim instance As RippleCommand
Dim value As RippleCommandType
 
instance.Type = value
 
value = instance.Type
public RippleCommandType Type {get; set;}

            

            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property RippleCommandType Type {
   RippleCommandType get();
   void set (    RippleCommandType value);
}

Property Value

Value that indicates how to handle exposed areas.
Example
Refer to RippleCommand.
Requirements

Target Platforms

See Also

Reference

RippleCommand Class
RippleCommand Members

 

 


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