Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does GraphicsDesigner support three or five coordinate systems?

coordinate support SYSTEMS
0
Posted

Does GraphicsDesigner support three or five coordinate systems?

0

For purposes of coordinate conversion, there are five coordinate systems: display XgrGetGridBoxDisplay (grid, @x1Disp, @y1Disp, @x2Disp, @y2Disp) window XgrGetGridBoxWindow (grid, @x1Win, @y1Win, @x2Win, @y2Win) local XgrGetGridBoxLocal (grid, @x1, @y1, @x2, @y2) grid XgrGetGridBoxGrid (grid, @x1Grid, @y1Grid, @x2Grid, @y2Grid) scaled XgrGetGridBoxScaled (grid, @x1#, @y1#, @x2#, @y2#) For purposes of drawing, there are three coordinate systems: local XuiDrawLine (grid, color, x1, y1, x2, y2) grid XuiDrawLineGrid (grid, color, x1Grid, y1Grid, x2Grid, y2Grid) scaled XuiDrawLineScaled (grid, color, x1#, y1#, x2#, y2#) The name of every GraphicsDesigner drawing function determines the coordinate system the function draws in, as follows: Drawing functions that do not specify a coordinate system, like XgrDrawLine() , draw in local coordinates and manipulate the local coordinate drawpoint. Drawing functions that end with ” Grid ( “, like XgrDrawLineGrid() , draw in grid coordinates and manipu

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123