LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Type Property (CloudsCommand)

Show in webframe







Gets or sets the enumeration that specifies how to apply the clouds effect.
Syntax
public CloudsCommandType Type {get; set;}
'Declaration
 
Public Property Type As CloudsCommandType
'Usage
 
Dim instance As CloudsCommand
Dim value As CloudsCommandType
 
instance.Type = value
 
value = instance.Type
public CloudsCommandType Type {get; set;}

            

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

Property Value

Enumeration that specifies how to apply the clouds effect.
Example
Refer to CloudsCommand example.
Requirements

Target Platforms

See Also

Reference

CloudsCommand Class
CloudsCommand Members

 

 


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