Click or drag to resize

NDGradFilterCommand Constructor (Double, Double, Double, Double)

Initializes a new instance of the NDGradFilterCommand class with values for location, density, radius, and hardness.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage.AdvancedPhotoEffects (in Atalasoft.dotImage.AdvancedPhotoEffects.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public NDGradFilterCommand(
	double location,
	double density,
	double radius,
	double hardness
)

Parameters

location
Type: SystemDouble
The location of the filter.
density
Type: SystemDouble
The density of the filter.
radius
Type: SystemDouble
The radius of the filter.
hardness
Type: SystemDouble
The hardness of the filter.
See Also