Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Flags Property (ShrinkWrapCommand)








Sets or gets the flags that specify the shape to be used.
Syntax
public ShrinkWrapFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ShrinkWrapFlags
'Usage
 
Dim instance As ShrinkWrapCommand
Dim value As ShrinkWrapFlags
 
instance.Flags = value
 
value = instance.Flags
public ShrinkWrapFlags Flags {get; set;}
@property (nonatomic, assign) LTShrinkWrapFlags flags
public void setFlags(ShrinkWrapFlags value)
public ShrinkWrapFlags getFlags()
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property ShrinkWrapFlags Flags {
   ShrinkWrapFlags get();
   void set (    ShrinkWrapFlags value);
}

Property Value

One of the ShrinkWrapFlags.ShrinkCircle or ShrinkWrapFlags.ShrinkRect enumeration members combined with the other flags of ShrinkWrapFlags (using the | (OR) operator) that determines the action to take regarding an existing region.
Example
Refer to the ShrinkWrapCommand example.
Requirements

Target Platforms

See Also

Reference

ShrinkWrapCommand Class
ShrinkWrapCommand Members

Error processing SSI file