Bonsoir,
je désire peindre un GeometriDrawing avec une image Pour cela j'ai ajouter dans "resources" cette image et j'ai indiqué le code suivant
mais j'ai l'erreur suivante
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29 <Image.Source> <DrawingImage> <DrawingImage.Drawing> <GeometryDrawing> <GeometryDrawing.Geometry> <EllipseGeometry Center="50 ,50" RadiusX="50" RadiusY="50"/> </GeometryDrawing.Geometry> <GeometryDrawing.Pen> <Pen Thickness="15" Brush="Black"/> </GeometryDrawing.Pen> <GeometryDrawing.Brush> <ImageBrush> <ImageBrush.ImageSource> <BitmapImage UriSource="Resources\DSC01421.JPG"/> </ImageBrush.ImageSource> </ImageBrush> </GeometryDrawing.Brush> </GeometryDrawing> </DrawingImage.Drawing> </DrawingImage> </Image.Source>
Je n'arrive pas à identifier mon erreur et je compte donc sur vousErreur 1 Le fichier Resources\DSC01421.jpg ne fait pas partie du projet ou sa propriété 'Build Action' n'a pas la valeur 'Resource'. C:\Documents and Settings\Patricia\Mes documents\Visual Studio 2008\Projects\20090804-essai\20090804-essai\Window1.xaml 29 41 20090804-essai
Par avance merci
Partager