Vertaling van "BeginFigure" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
If the default graphic window doesn't exist, it will be created on BeginFigure(0).
Si la fenêtre graphique par défaut n'existe pas, elle sera créé sur BeginFigure(0).
Instead, use the macro-commands BeginFigure(w)...
Utilisez - comme indiqué dans la documentation - les macro-commandes BeginFigure(w)...
To use a defaut graphic window, use BeginFigure(0)...
Pour dessiner dans la fenêtre graphique par défaut, utilisez BeginFigure(0)...
BeginFigure: Create a new graphic window or use an existing one, then start drawing in the window's background layer.
End... BeginFigure : Ouvre un nouveau dessin dans l'arrière-plan d'une nouvelle fenêtre graphique ou d'une fenêtre existante.
A drawing initiated with BeginFigure(w) must terminate with EndFigure() otherwise no output will occur.
Un dessin commencé avec BeginFigure(w) doit se terminer par EndFigure().
To program your graphic in the OverlayDrawing handler, you use directly the drawing commands, without encapsulating them with BeginFigure()... EndFigure().
Cette fonction peut contenir des appels à des commandes de dessin, sans faire appel à BeginFigure()... EndFigure().
Do not use inside any BeginFigure... EndFigure wrapper.