The following tables list the members exposed by PerlinCommand.
Public Constructors
Name | Description | |
---|---|---|
PerlinCommand | Initializes a new PerlinCommand class object with explicit parameters. |
Public Methods
Name | Description | |
---|---|---|
GetStringDescription | Returns a meaningful name for this command. | |
OnProgress | Implements OnProgress. (Inherited from RasterCommand) | |
Run | Implements Run. (Inherited from RasterCommand) | |
ToString | Overridden. Returns a meaningful name for this command. |
Public Properties
Name | Description | |
---|---|---|
Backcolor | Gets or sets the background color. | |
DenLayout | Gets or sets the value that represents the density of the layout for the produced noise. | |
FreqLayout | Gets or sets the value used to control the frequency of the circles or lines to be created for the noise image. | |
Frequency | Gets or sets the value that indicates the frequency component for both the x and y axis. | |
HasProgress | Determines if the command object has a progress event handler set. (Inherited from RasterCommand) | |
Iteration | Gets or sets the value that indicates the number of iterations that will be calculated. | |
Opacity | Gets or sets the value that indicates the percentage to be used when combining the original image with the noise. | |
PerlinColor | Gets or sets the foreground color. | |
PerlinFlags | Gets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise. | |
Seed | Gets or sets the value that represents the initial seeding value for the pseudo-randomization process. Use 0 for automatic seeding. | |
XCircle | Gets or sets the value that indicates the x coordinate, in pixels and in image coordinates, for the center point of the concentric circles. | |
YCircle | Gets or sets the value that indicates the y coordinate, in pixels and in image coordinates, for the center point of the concentric circles. |
Public Events
Name | Description | |
---|---|---|
Progress | Implements Progress. (Inherited from RasterCommand) |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET