LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ShrinkingSize Property

Show in webframe







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
public SubtractBackgroundCommandType ShrinkingSize {get; set;}
'Declaration
 
Public Property ShrinkingSize As SubtractBackgroundCommandType
'Usage
 
Dim instance As SubtractBackgroundCommand
Dim value As SubtractBackgroundCommandType
 
instance.ShrinkingSize = value
 
value = instance.ShrinkingSize
public SubtractBackgroundCommandType ShrinkingSize {get; set;}
@property (nonatomic, assign) LTSubtractBackgroundCommandType shrinkingSize;
public SubtractBackgroundCommandType getShrinkingSize()
public void setShrinkingSize(SubtractBackgroundCommandType value)
            
 
get_ShrinkingSize();
set_ShrinkingSize(value);
Object.defineProperty('ShrinkingSize');
public:
property SubtractBackgroundCommandType ShrinkingSize {
   SubtractBackgroundCommandType get();
   void set (    SubtractBackgroundCommandType value);
}

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

See Also

Reference

SubtractBackgroundCommand Class
SubtractBackgroundCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.