Click or drag to resize

DrawingTool Class

LightningChart .NET Help
Base class for all drawing tools
Inheritance Hierarchy
SystemObject
  Arction.CustomControls.Trader.WinFormsVisualObject
    Arction.CustomControls.Trader.WinForms.DrawingToolsDrawingTool
      More...

Namespace:  Arction.CustomControls.Trader.WinForms.DrawingTools
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public class DrawingTool : VisualObject

The DrawingTool type exposes the following members.

Constructors
  NameDescription
Public methodDrawingTool
Initializes a new instance of the DrawingTool class
Top
Properties
  NameDescription
Public propertyControlPoints
Control points collection. Control points provide interactive way to modify drawing tool positioning and orientation.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetControlPointsAndDraw
Draws the Drawing Tool based on the given coordinates.
Public methodStartDrawing
Start defining the Drawing Tool by mouse
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy