LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Flags Property (CubismCommand)

Show in webframe







Gets or sets flags that indicate the background color, cube shape and cube orientation.
Syntax
public CubismCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As CubismCommandFlags
'Usage
 
Dim instance As CubismCommand
Dim value As CubismCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public CubismCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property CubismCommandFlags Flags {
   CubismCommandFlags get();
   void set (    CubismCommandFlags value);
}

Property Value

Flags that indicate the background color, cube shape and cube orientation. You can use a bit wise OR (|) to specify one flag from each group.
Example
Refer to CubismCommand.
Requirements

Target Platforms

See Also

Reference

CubismCommand Class
CubismCommand Members

 

 


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