If SoftCrop is AlphaBlend then the SoftCropValue specifies the level of transparency from 0 (minimal) to 255 (fully)
If SoftCrop is Add then the SoftCropValue specifies the amount of color shift from 0 (minimal) to 255 (extreme)
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int SoftCropValue { get; set; }
Public Property SoftCropValue As Integer Get Set
public: property int SoftCropValue { int get (); void set (int value); }