ImageScalerSettings Class |
Namespace: Colygon.MatchPoint.ImageScaling
public class ImageScalerSettings
The ImageScalerSettings type exposes the following members.
Name | Description | |
---|---|---|
ImageScalerSettings | Initializes a new instance of the ImageScalerSettings class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
CleanupRatio | Specifies the ratio to use when cleaning up the scaled images cache. Values between 0.1 and 1 will be considered. The cleanup will the consider the ratio for the amount of items as well as the size. | |
IsEnabled | Specifies whether the image scaler functionality is enabled or not. | |
MaxCacheSize | Specifies the size of the cache for the scaled images in Megabytes. If this value is set to '0', then the images will not be cached. |