C#
VB
Java
Objective-C
WinRT C#
C++
Sets or gets the flags that specify the shape to be used.
public ShrinkWrapFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.ShrinkWrapFlags
public Leadtools.Imageprocessing.Core.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 Leadtools.Imageprocessing.Core.ShrinkWrapFlags Flags {
Leadtools.Imageprocessing.Core.ShrinkWrapFlags get();
void set ( Leadtools.Imageprocessing.Core.ShrinkWrapFlags );
}
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.
Refer to the ShrinkWrapCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET