Visual Basic (Declaration) | |
---|---|
Public Property ShrinkingSize As SubtractBackgroundCommandBitmapEffectsType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public SubtractBackgroundCommandBitmapEffectsType ShrinkingSize {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property SubtractBackgroundCommandBitmapEffectsType get_ShrinkingSize(); public: __property void set_ShrinkingSize( SubtractBackgroundCommandBitmapEffectsType value ); |
C++/CLI | |
---|---|
public: property SubtractBackgroundCommandBitmapEffectsType ShrinkingSize { SubtractBackgroundCommandBitmapEffectsType get(); void set (SubtractBackgroundCommandBitmapEffectsType value); } |
Return Value
Shrink size ratio used to minimize the image internally in order to increase the speed with little loss of accuracy.Refer to SubtractBackgroundCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family