←Select platform

ShrinkingSize Property

Summary

Gets or sets the shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public SubtractBackgroundCommandType ShrinkingSize { get; set; } 
@property (nonatomic, assign) LTSubtractBackgroundCommandType shrinkingSize 
public SubtractBackgroundCommandType getShrinkingSize() 
public void setShrinkingSize(SubtractBackgroundCommandType value) 
             
 <br/>get_ShrinkingSize();<br/>set_ShrinkingSize(value);<br/>Object.defineProperty('ShrinkingSize');  

Property Value

Shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy.

Example

Refer to SubtractBackgroundCommand.

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