Changeset 2638 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h


Ignore:
Timestamp:
Nov 19, 2004, 6:41:07 PM (21 years ago)
Author:
ansari
Message:

Ajout commandes addoval addfoval pour trace d'ellipse - Reza 19/11/2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.h

    r2494 r2638  
    9090     void AddCircle(double xc, double yc, double r, string const& opt,
    9191                    bool fgfill=false, bool fgcn=false);
     92     void AddOval(double xp, double yp, double dx, double dy, string const& opt,
     93                  bool fgfill=false, bool fgcn=false);
    9294     void AddArc(double xc, double yc, double r, double a, double da,
    9395                 string const& opt, bool fgfill=false, bool fgcn=false);
Note: See TracChangeset for help on using the changeset viewer.