Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
LineProfileCommand Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by LineProfileCommand.

Public Constructors

 NameDescription
Public ConstructorLineProfileCommand ConstructorOverloaded.  Initializes a new LineProfileCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyBlueBuffer Array that ise allocated and updated with the blue values for the line specified by the FirstPoint and SecondPoint properties.  
Public PropertyFirstPoint Gets or sets the starting point for the line.  
Public PropertyGreenBuffer Array that is allocated and updated with the green values for the line specified by the FirstPoint and SecondPoint properties.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyRedBuffer Array that is allocated and updated with the red values for the line specified by the FirstPoint and SecondPoint properties.  
Public PropertySecondPoint Gets or sets the end point for the line.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this class.  
Top

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also