Line ?????

cs_MEGATRIX Messages postés 124 Date d'inscription jeudi 3 janvier 2002 Statut Membre Dernière intervention 31 décembre 2011 - 10 juin 2002 à 18:05
fredlynx Messages postés 662 Date d'inscription mercredi 16 janvier 2002 Statut Modérateur Dernière intervention 16 octobre 2010 - 10 juin 2002 à 18:42
Est ce que option BF d'un Line fait que des Carré ou Rectangle autre si il y a moyen de faire d'autre forme pouvez vous me l'indiqués?
merci
@++
Megatrix

1 réponse

fredlynx Messages postés 662 Date d'inscription mercredi 16 janvier 2002 Statut Modérateur Dernière intervention 16 octobre 2010 3
10 juin 2002 à 18:42
Par line oui sinon tu as des API pour arc et rectangle arrondi...

Public Declare Function Arc Lib "gdi32" _
(ByVal hdc As Long, _
ByVal X1 As Long, _
ByVal Y1 As Long, _
ByVal X2 As Long, _
ByVal Y2 As Long, _
ByVal X3 As Long, _
ByVal Y3 As Long, _
ByVal X4 As Long, _
ByVal Y4 As Long) As Long

Public Declare Function RoundRect Lib "gdi32" _
(ByVal hdc As Long, _
ByVal X1 As Long, _
ByVal Y1 As Long, _
ByVal X2 As Long, _
ByVal Y2 As Long, _
ByVal X3 As Long, _
ByVal Y3 As Long) As Long

<center>http://www.lynx-asp.fr.st
WebMaster</center>
0
Rejoignez-nous