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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    93 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    138 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    123 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    73 views
    0 likes
    Last Post PaulMohn  
    Working...
    X