Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Drawing Tools - don't calculate during editing the anchors

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Drawing Tools - don't calculate during editing the anchors

    Hi,

    I want to create a drawing tool which will do some calculations.
    I don't want the dwg tool to be calculating while I'm moving any anchor point, as this could create problems or slow down the computer.

    Which sentence must I add?
    I do the calculations and render under the:

    public override void OnRender(ChartControl chartControl, ChartScale chartScale)
    {

    Is this correct?
    I imagine I must add some "if" sentence checking that I'm not editing any anchor anymore.

    Thanks for your help!!

    #2
    Hello artson, thanks for writing in.

    The solutions will be highly dependent on the specific drawing tool you are making. First, you would need to avoid calculations within OnRender anywhere it is possible to avoid. The calculations that can not be avoided should be calculated when DrawingState is .Normal. All of the default drawing tools in the platform are available for study through the NinjaScript editor in the DrawingTools editor. Any simple drawing tool, like the Lines drawing tool would be a good reference for making a custom drawing tool.

    Please let me know if I can assist any further.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    633 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    364 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    567 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    568 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X