ImageResizeSettings
Contents
[
Hide
]Image resize settings class
Constructors
| Constructor | Description |
|---|---|
| ImageResizeSettings() | Initializes a new instance of the ImageResizeSettings class. |
Methods
| Method | Description |
|---|---|
| getEntriesCount() | Gets or sets the entries count |
| setEntriesCount(int value) | Gets or sets the entries count |
| getMode() | Gets or sets the interpolation mode. |
| setMode(int value) | Gets or sets the interpolation mode. |
| getFilterType() | Gets or sets the type of the filter. |
| setFilterType(int value) | Gets or sets the type of the filter. |
| getColorQuantizationMethod() | Gets or sets the color quantization method. |
| setColorQuantizationMethod(int value) | Gets or sets the color quantization method. |
| getColorCompareMethod() | Gets or sets the color compare method. |
| setColorCompareMethod(int value) | Gets or sets the color compare method. |
ImageResizeSettings()
public ImageResizeSettings()
Initializes a new instance of the ImageResizeSettings class.
getEntriesCount()
public int getEntriesCount()
Gets or sets the entries count
Returns: int - The entries count
setEntriesCount(int value)
public void setEntriesCount(int value)
Gets or sets the entries count
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The entries count |
getMode()
public int getMode()
Gets or sets the interpolation mode.
Returns: int - The mode.
setMode(int value)
public void setMode(int value)
Gets or sets the interpolation mode.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The mode. |
getFilterType()
public int getFilterType()
Gets or sets the type of the filter.
Returns: int - The type of the filter.
setFilterType(int value)
public void setFilterType(int value)
Gets or sets the type of the filter.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The type of the filter. |
getColorQuantizationMethod()
public int getColorQuantizationMethod()
Gets or sets the color quantization method.
Returns: int - The color quantization method.
setColorQuantizationMethod(int value)
public void setColorQuantizationMethod(int value)
Gets or sets the color quantization method.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The color quantization method. |
getColorCompareMethod()
public int getColorCompareMethod()
Gets or sets the color compare method.
Returns: int - The color compare method.
setColorCompareMethod(int value)
public void setColorCompareMethod(int value)
Gets or sets the color compare method.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The color compare method. |