←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
Objective-C
C++
Java
public SubtractBackgroundCommandType ShrinkingSize { get; set; } 
Public Property ShrinkingSize As SubtractBackgroundCommandType 
@property (nonatomic, assign) LTSubtractBackgroundCommandType shrinkingSize 
public SubtractBackgroundCommandType getShrinkingSize() 
public void setShrinkingSize(SubtractBackgroundCommandType value) 
public: 
property SubtractBackgroundCommandType ShrinkingSize { 
   SubtractBackgroundCommandType get(); 
   void set (    SubtractBackgroundCommandType ); 
} 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly