WPF: est-il possible de rendre un cercle à l'aide de GeometryDrawing?

J'ai un GeometryDrawing similaires comme ceci:

<DrawingImage x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type wpfhlp:FokusGroupBox},ResourceId=IconTest}">
  <DrawingImage.Drawing>
    <DrawingGroup>
      <GeometryDrawing Brush="Black" Geometry="M0,260 L0,600 L110,670 L110,500 L190,550 L190,710 L300,775 L300,430 L150,175"/>
    </DrawingGroup>
  </DrawingImage.Drawing>
</DrawingImage>

Maintenant, je voudrais dessiner un cercle au lieu de cela, mais je ne peux trouver les commandes pour se déplacer, tirer une ligne, rien à dessiner un cercle.

Est-il un moyen pour obtenir le GeometryDrawing pour dessiner un cercle?

InformationsquelleAutor Sam | 2010-11-12