←Select platform

LineProfileCommand Class Members

Summary

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)
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly