←Select platform

Flags Property (ShrinkWrapCommand)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
@property (nonatomic, assign) LTShrinkWrapFlags flags
public void setFlags(ShrinkWrapFlags value) 
public ShrinkWrapFlags getFlags() 
get_Flags(); 
set_Flags(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize