DPlot_3DBorder

Q&A for Visual Basic, Visual Basic .NET, and PowerBasic developers using DPlot

Moderator: DPlotAdmin

Post Reply
guibson
Posts: 54
Joined: Wed Mar 10, 2004 9:20 pm

DPlot_3DBorder

Post by guibson »

For the DPlot_3DBorder function. Can you show me how to dimension the array? Need I to create a type like that?

Code: Select all

Type Points
  X  as Double
  Y  as Double
End Type
Dim arPoints() as Points
Is it OK?
________
Buy Volcano Vaporizer
Last edited by guibson on Fri Feb 11, 2011 10:48 pm, edited 1 time in total.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

Yes, that will do nicely.
Visualize Your Data
support@dplot.com
Post Reply