LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (SphereCommand)

Show in webframe







Gets or sets a value that indicates how to handle exposed areas outside the sphere and inside the sphere.
Syntax
public SphereCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As SphereCommandFlags
'Usage
 
Dim instance As SphereCommand
Dim value As SphereCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public SphereCommandFlags Flags {get; set;}

            

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

Property Value

Value that indicates how to handle exposed areas outside the sphere and inside the sphere.
Example
Refer to SphereCommand.
Requirements

Target Platforms

See Also

Reference

SphereCommand Class
SphereCommand Members

 

 


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