←Select platform

Flags Property

Summary

Sets or gets the flags that specify the shape to be used.

Syntax
C#
VB
Objective-C
C++
Java
public ShrinkWrapFlags Flags { get; set; } 
Public Property Flags As ShrinkWrapFlags 
@property (nonatomic, assign) LTShrinkWrapFlags flags 
public void setFlags(ShrinkWrapFlags value) 
public ShrinkWrapFlags getFlags() 
public: 
property ShrinkWrapFlags Flags { 
   ShrinkWrapFlags get(); 
   void set (    ShrinkWrapFlags ); 
} 

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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly