The following tables list the members exposed by LineProfileCommand.
Public Constructors
Name | Description | |
---|---|---|
LineProfileCommand | Initializes a new LineProfileCommand class object with explicit parameters. The RedBuffer, GreenBuffer and BlueBuffer properties are updated with the corresponding color information about the pixels between the points specified in the firstPoint and secondPoint 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 class. |
Public Properties
Name | Description | |
---|---|---|
BlueBuffer | Array that is allocated and updated with the blue values for the line specified by the FirstPoint and SecondPoint properties. | |
FirstPoint | Gets or sets the starting point for the line. | |
GreenBuffer | Array that is allocated and updated with the green values for the line specified by the FirstPoint and SecondPoint properties. | |
HasProgress | Determines if the command object has a progress event handler set. (Inherited from RasterCommand) | |
Length | Gets the length for each of the redBuffer, greenBuffer and blueBuffer properties | |
RedBuffer | Array that is allocated and updated with the red values for the line specified by the FirstPoint and SecondPoint properties. | |
SecondPoint | Gets or sets the end point for the line. |
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