Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > SubtractBackgroundCommand Class : ShrinkingSize Property |
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)
<br/>get_ShrinkingSize();<br/>set_ShrinkingSize(value);<br/>Object.defineProperty('ShrinkingSize');
public: property SubtractBackgroundCommandType ShrinkingSize { SubtractBackgroundCommandType get(); void set ( SubtractBackgroundCommandType value); }