C# Class Microsoft.AzureCat.Samples.AlertClient.Pentagon

Inheritance: Shape
Afficher le fichier Open project: paolosalvatori/servicefabriceventhubdemo

Méthodes publiques

Méthode Description
RenderObject ( Graphics g ) : void

Draws a pentagon. Note that the pentagon is drawn about the origin.

Method Details

RenderObject() public méthode

Draws a pentagon. Note that the pentagon is drawn about the origin.
public RenderObject ( Graphics g ) : void
g System.Drawing.Graphics The graphics to draw on.
Résultat void