Section courante

A propos

Section administrative du site

PCIRCLE

Point de cercle
ST BASIC

Syntaxe

PCIRCLE horizontalcenter,verticalcenter,radius [,startangle,endangle]

Description

Cette instruction permet de dessiner un cercle remplit et des «pointes de tartes».

Remarques

Exemples

Voici des exemples typiques de l'utilisation de l'instruction PCIRCLE :

  1. PCIRCLE 50,80,50
  2. PCIRCLE 50,80,50,900,1800

Voici un autre exemple :

  1. 10 COLOR 1,0,1: CLEARW 2
  2. 20 CIRCLE 100,50,40
  3. 30 COLOR 1,2,1
  4. 40 PCIRCLE 100,50,40,300,900
  5. RUN

La fenêtre Output affichera un cercle noir avec un coin rouge de 60 degrés à 30 degrés.



Dernière mise à jour : Vendredi, le 7 Août 2020