←Select platform

Flags Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly