LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (PunchCommand)

Show in webframe







Gets or sets a flags that indicate how to handle exposed areas, both centrally and peripherally.
Syntax
public PunchCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As PunchCommandFlags
'Usage
 
Dim instance As PunchCommand
Dim value As PunchCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public PunchCommandFlags Flags {get; set;}

            

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

Property Value

Value that indicates how to handle exposed areas, both centrally and peripherally.
Example
Refer to PunchCommand.
Requirements

Target Platforms

See Also

Reference

PunchCommand Class
PunchCommand Members

 

 


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