MedianFilterOptions Class
Summary: Median filter
Module: aspose.psd.imagefilters.filteroptions
Full Name: aspose.psd.imagefilters.filteroptions.MedianFilterOptions
Inheritance: FilterOptionsBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
MedianFilterOptions(size) | Initializes a new instance of the MedianFilterOptions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
size | int | r/w | Gets or sets the size. |
Constructor: MedianFilterOptions(size)
MedianFilterOptions(size)
Initializes a new instance of the MedianFilterOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
size | int | The size of filter rectangle. |